C# 클래스 SettingsCompiler.Color

파일 보기 프로젝트 열기: TheRealMJP/Shadows

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

Color() 공개 메소드

public Color ( float r, float g, float b ) : System
r float
g float
b float
리턴 System

프로퍼티 상세

B 공개적으로 프로퍼티

public float B
리턴 float

G 공개적으로 프로퍼티

public float G
리턴 float

R 공개적으로 프로퍼티

public float R
리턴 float