C# Class HQ2x.BGRA

Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
B byte

Public Methods

Method Description
operator ( ) : bool

Private Methods

Method Description
Clamp ( int Value ) : byte
FromArgb ( int R, int G, int B ) : BGRA
FromArgb ( int A, int R, int G, int B ) : BGRA
FromColor ( Color Color ) : BGRA
ToColor ( ) : Color

Method Details

operator() public static method

public static operator ( ) : bool
return bool

Property Details

B public property

public byte B
return byte