Programming API Reference: EduGraf.Tensors

Struct public readonly Color3

This represents a color that can be sent to the GPU.
    Property public float R { get; }: red in the range of 0..1
    Property public float G { get; }: green in the range of 0..1
    Property public float B { get; }: blue in the range of 0..1
    Property public float[Elements { get; }: see interface property

    Operator public static Color3 -()

    Operator public static Color3 *()

    Operator public static Color3 *()

    Operator public static Color3 *()

    Operator public static Color3 +()

    Operator public static Color3 -()