C# 클래스 Uniject.Color

파일 보기 프로젝트 열기: yeticgi/Uniject

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

Color() 공개 메소드

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

프로퍼티 상세

A 공개적으로 프로퍼티

public float A
리턴 float

B 공개적으로 프로퍼티

public float B
리턴 float

G 공개적으로 프로퍼티

public float G
리턴 float

R 공개적으로 프로퍼티

public float R
리턴 float