C# Class NewTOAPIA.Graphics.Colorref

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
PALETTERGB ( byte r, byte g, byte b ) : uint
RGB ( byte r, byte g, byte b ) : uint

Method Details

Colorref() public méthode

public Colorref ( Colorref color ) : System
color Colorref
Résultat System

Colorref() public méthode

public Colorref ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
Résultat System

Colorref() public méthode

public Colorref ( uint colorref_ ) : System
colorref_ uint
Résultat System

FromRGB() public static méthode

public static FromRGB ( byte r, byte g, byte b ) : Colorref
r byte
g byte
b byte
Résultat Colorref