C# 클래스 UnityEngine.Color

파일 보기 프로젝트 열기: jbruening/UnEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
a float
b float
g float
r float

공개 메소드들

메소드 설명
Color ( float r, float g, float b ) : System
Color ( float r, float g, float b, float a ) : System
Equals ( object other ) : bool
Lerp ( Color a, Color b, float t ) : Color
operator ( ) : Color
operator ( ) : bool
this ( int index ) : float

메소드 상세

Color() 공개 메소드

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

Color() 공개 메소드

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

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

Lerp() 공개 정적인 메소드

public static Lerp ( Color a, Color b, float t ) : Color
a Color
b Color
t float
리턴 Color

operator() 공개 정적인 메소드

public static operator ( ) : Color
리턴 Color

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

this() 공개 메소드

public this ( int index ) : float
index int
리턴 float

프로퍼티 상세

a 공개적으로 프로퍼티

public float a
리턴 float

b 공개적으로 프로퍼티

public float b
리턴 float

g 공개적으로 프로퍼티

public float g
리턴 float

r 공개적으로 프로퍼티

public float r
리턴 float