Свойство | Type | Description | |
---|---|---|---|
Black | Color | ||
Blue | Color | ||
Blue1 | Color | ||
Green | Color | ||
Green1 | Color | ||
Grey1 | Color | ||
Grey2 | Color | ||
Red | Color | ||
Red1 | Color | ||
White | Color |
Méthode | Description | |
---|---|---|
Color ( byte r, byte g, byte b, byte a = byte.MaxValue ) : System | ||
ColorFromUShort ( ushort r, ushort g, ushort b, ushort a = ushort.MaxValue ) : Color | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
UShortToByte ( ushort val ) : byte |
public Color ( byte r, byte g, byte b, byte a = byte.MaxValue ) : System | ||
r | byte | |
g | byte | |
b | byte | |
a | byte | |
Résultat | System |
public static ColorFromUShort ( ushort r, ushort g, ushort b, ushort a = ushort.MaxValue ) : Color | ||
r | ushort | |
g | ushort | |
b | ushort | |
a | ushort | |
Résultat | Color |
public static UShortToByte ( ushort val ) : byte | ||
val | ushort | |
Résultat | byte |