프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Black | Color | ||
Blue | Color | ||
Blue1 | Color | ||
Green | Color | ||
Green1 | Color | ||
Grey1 | Color | ||
Grey2 | Color | ||
Red | Color | ||
Red1 | Color | ||
White | Color |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public static ColorFromUShort ( ushort r, ushort g, ushort b, ushort a = ushort.MaxValue ) : Color | ||
r | ushort | |
g | ushort | |
b | ushort | |
a | ushort | |
리턴 | Color |