Struct ColourAlpha
public readonly struct ColourAlpha
- Inherited Members
Remarks
Constructors
ColourAlpha(int)
Creates a new ColourAlpha with an optional alpha channel.
public ColourAlpha(int rgb)
Parameters
rgb
int
ColourAlpha(int, int, int, int)
Creates a new ColourAlpha with an optional alpha channel.
public ColourAlpha(int red, int green, int blue, int alpha = 255)
Parameters
Fields
Alpha
public readonly int Alpha
Field Value
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; }