C# Class NewTOAPIA.Graphics.Colorref

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
Colorref ( Colorref color ) : System
Colorref ( byte r, byte g, byte b ) : System
Colorref ( uint colorref_ ) : System
FromRGB ( byte r, byte g, byte b ) : Colorref

Private Methods

Method Description
PALETTERGB ( byte r, byte g, byte b ) : uint
RGB ( byte r, byte g, byte b ) : uint

Method Details

Colorref() public method

public Colorref ( Colorref color ) : System
color Colorref
return System

Colorref() public method

public Colorref ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
return System

Colorref() public method

public Colorref ( uint colorref_ ) : System
colorref_ uint
return System

FromRGB() public static method

public static FromRGB ( byte r, byte g, byte b ) : Colorref
r byte
g byte
b byte
return Colorref