Property | Type | Description | |
---|---|---|---|
R | byte |
Method | Description | |
---|---|---|
Color4 ( byte r, byte g, byte b, byte a ) : System.Runtime.InteropServices | ||
Color4 ( int color ) : System.Runtime.InteropServices | ||
ToVector4 ( ) : |
||
ToVector4 ( |
public Color4 ( byte r, byte g, byte b, byte a ) : System.Runtime.InteropServices | ||
r | byte | |
g | byte | |
b | byte | |
a | byte | |
return | System.Runtime.InteropServices |
public Color4 ( int color ) : System.Runtime.InteropServices | ||
color | int | |
return | System.Runtime.InteropServices |
public static ToVector4 ( |
||
color | ||
vector | ||
return | void |