Method | Description | |
---|---|---|
IsWhite ( ) : bool |
|
|
Pixel ( byte r, byte g, byte b, byte a ) : System.Drawing |
|
|
ToColor ( ) : |
|
|
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 |
|
public Pixel ( byte r, byte g, byte b, byte a ) : System.Drawing | ||
r | byte | |
g | byte | |
b | byte | |
a | byte | |
return | System.Drawing |