C# Class Reign.Core.Color4

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
R byte

Public Methods

Method Description
Color4 ( byte r, byte g, byte b, byte a ) : System.Runtime.InteropServices
Color4 ( int color ) : System.Runtime.InteropServices
ToVector4 ( ) : Vector4
ToVector4 ( Color4 &color, Vector4 &vector ) : void

Method Details

Color4() public method

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

Color4() public method

public Color4 ( int color ) : System.Runtime.InteropServices
color int
return System.Runtime.InteropServices

ToVector4() public method

public ToVector4 ( ) : Vector4
return Vector4

ToVector4() public static method

public static ToVector4 ( Color4 &color, Vector4 &vector ) : void
color Color4
vector Vector4
return void

Property Details

R public property

public byte R
return byte