Programming API Reference: EduGraf.Tensors

Class public Color3

: Tensor, IColor, IEquatable<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.

Operator public static Color3 -()

Operator public static Color3 *()

Operator public static Color3 *()

Operator public static Color3 *()

Operator public static Color3 +()

Operator public static Color3 -()