C# 클래스 Reign.Core.Color4

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

공개 프로퍼티들

프로퍼티 타입 설명
R byte

공개 메소드들

메소드 설명
Color4 ( byte r, byte g, byte b, byte a ) : System.Runtime.InteropServices
Color4 ( int color ) : System.Runtime.InteropServices
ToVector4 ( ) : Vector4
ToVector4 ( Color4 &color, Vector4 &vector ) : void

메소드 상세

Color4() 공개 메소드

public Color4 ( byte r, byte g, byte b, byte a ) : System.Runtime.InteropServices
r byte
g byte
b byte
a byte
리턴 System.Runtime.InteropServices

Color4() 공개 메소드

public Color4 ( int color ) : System.Runtime.InteropServices
color int
리턴 System.Runtime.InteropServices

ToVector4() 공개 메소드

public ToVector4 ( ) : Vector4
리턴 Vector4

ToVector4() 공개 정적인 메소드

public static ToVector4 ( Color4 &color, Vector4 &vector ) : void
color Color4
vector Vector4
리턴 void

프로퍼티 상세

R 공개적으로 프로퍼티

public byte R
리턴 byte