Struct Colour
public readonly struct Colour
- Inherited Members
Remarks
Constructors
Colour(int)
public Colour(int rgb)
Parameters
rgb
int
Colour(int, int, int)
public Colour(int red, int green, int blue)
Parameters
Fields
Blue
public readonly int Blue
Field Value
Green
public readonly int Green
Field Value
Red
public readonly int Red
Field Value
Properties
Value
public int Value { get; }