C# 클래스 CSharpGL.Pixel

파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
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

메소드 상세

IsWhite() 공개 메소드

public IsWhite ( ) : bool
리턴 bool

Pixel() 공개 메소드

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

ToColor() 공개 메소드

public ToColor ( ) : Color
리턴 System.Drawing.Color

ToStageVertexId() 공개 메소드

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
리턴 uint

ToString() 공개 메소드

public ToString ( ) : string
리턴 string