C# 클래스 GenieLib.PaletteColor

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

공개 프로퍼티들

프로퍼티 타입 설명
R byte

공개 메소드들

메소드 설명
PaletteColor ( byte r, byte g, byte b ) : System
PaletteColor ( byte _r, byte _g, byte _b, byte _a ) : System

메소드 상세

PaletteColor() 공개 메소드

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

PaletteColor() 공개 메소드

public PaletteColor ( byte _r, byte _g, byte _b, byte _a ) : System
_r byte
_g byte
_b byte
_a byte
리턴 System

프로퍼티 상세

R 공개적으로 프로퍼티

public byte R
리턴 byte