C# Class CSharpGL.Pixel

Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
IsWhite ( ) : bool

Pixel ( byte r, byte g, byte b, byte a ) : System.Drawing

ToColor ( ) : Color

ToStageVertexId ( ) : uint

Gets stageVertexID from coded color. The stageVertexID is the last vertex that constructs the primitive. see http://www.cnblogs.com/bitzhuwei/p/modern-opengl-picking-primitive-in-VBO-2.html

ToString ( ) : string

Method Details

IsWhite() public méthode

public IsWhite ( ) : bool
Résultat bool

Pixel() public méthode

public Pixel ( byte r, byte g, byte b, byte a ) : System.Drawing
r byte
g byte
b byte
a byte
Résultat System.Drawing

ToColor() public méthode

public ToColor ( ) : Color
Résultat System.Drawing.Color

ToStageVertexId() public méthode

Gets stageVertexID from coded color. The stageVertexID is the last vertex that constructs the primitive. see http://www.cnblogs.com/bitzhuwei/p/modern-opengl-picking-primitive-in-VBO-2.html
public ToStageVertexId ( ) : uint
Résultat uint

ToString() public méthode

public ToString ( ) : string
Résultat string