C# 클래스 CLScriptExt.Color32

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Color32 ( byte r, byte g, byte b, byte a ) : System
ToString ( ) : string

메소드 상세

Color32() 공개 메소드

public Color32 ( byte r, byte g, byte b, byte a ) : System
r byte
g byte
b byte
a byte
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

a 공개적으로 프로퍼티

public byte a
리턴 byte

b 공개적으로 프로퍼티

public byte b
리턴 byte

g 공개적으로 프로퍼티

public byte g
리턴 byte

r 공개적으로 프로퍼티

public byte r
리턴 byte