Property | Type | Description | |
---|---|---|---|
R | byte |
Method | Description | |
---|---|---|
Color ( ) : System.Collections.Generic | ||
Color ( |
||
Color ( byte r, byte g, byte b ) : System.Collections.Generic | ||
ToArray ( ) : byte[] | ||
ToString ( ) : string |
public Color ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Color ( |
||
color | ||
return | System.Collections.Generic |
public Color ( byte r, byte g, byte b ) : System.Collections.Generic | ||
r | byte | |
g | byte | |
b | byte | |
return | System.Collections.Generic |