C# 클래스 Clandestine.GLColor

파일 보기 프로젝트 열기: mrmikey/nes

공개 프로퍼티들

프로퍼티 타입 설명
A float
B float
G float
R float

공개 메소드들

메소드 설명
GLColor ( float r, float g, float b, float a ) : System

Creates a GLColor struct, filling it with the supplied values. Each parameter takes a value within the range 0.0 - 1.0.

메소드 상세

GLColor() 공개 메소드

Creates a GLColor struct, filling it with the supplied values. Each parameter takes a value within the range 0.0 - 1.0.
public GLColor ( float r, float g, float b, float a ) : System
r float Range: 0.0 to 1.0
g float Range: 0.0 to 1.0
b float Range: 0.0 to 1.0
a float Range: 0.0 to 1.0
리턴 System

프로퍼티 상세

A 공개적으로 프로퍼티

Range: 0.0 to 1.0
public float A
리턴 float

B 공개적으로 프로퍼티

Range: 0.0 to 1.0
public float B
리턴 float

G 공개적으로 프로퍼티

Range: 0.0 to 1.0
public float G
리턴 float

R 공개적으로 프로퍼티

Range: 0.0 to 1.0
public float R
리턴 float