Struct Color32
Assembly: cs.temp.dll.dll
Syntax
Constructors
Color32(Byte, Byte, Byte, Byte)
Declaration
public Color32(byte a, byte r, byte g, byte b)
Parameters
Color32(Int32)
Declaration
Parameters
Type |
Name |
Description |
Int32 |
c |
|
Fields
Black
Declaration
public static readonly Color32 Black
Field Value
White
Declaration
public static readonly Color32 White
Field Value
Properties
A
Declaration
public byte A { get; set; }
Property Value
B
Declaration
public byte B { get; set; }
Property Value
G
Declaration
public byte G { get; set; }
Property Value
R
Declaration
public byte R { get; set; }
Property Value
Value
Declaration
public int Value { readonly get; set; }
Property Value