C# 클래스 CSharpUtils.ColorFormat

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

공개 프로퍼티들

프로퍼티 타입 설명
Alpha Component
Blue Component
Green Component
Red Component
TotalBytes int

공개 메소드들

메소드 설명
Decode ( uint Data, byte &R, byte &G, byte &B, byte &A ) : void
Encode ( byte R, byte G, byte B, byte A ) : uint

메소드 상세

Decode() 공개 메소드

public Decode ( uint Data, byte &R, byte &G, byte &B, byte &A ) : void
Data uint
R byte
G byte
B byte
A byte
리턴 void

Encode() 공개 메소드

public Encode ( byte R, byte G, byte B, byte A ) : uint
R byte
G byte
B byte
A byte
리턴 uint

프로퍼티 상세

Alpha 공개적으로 프로퍼티

public Component Alpha
리턴 Component

Blue 공개적으로 프로퍼티

public Component Blue
리턴 Component

Green 공개적으로 프로퍼티

public Component Green
리턴 Component

Red 공개적으로 프로퍼티

public Component Red
리턴 Component

TotalBytes 공개적으로 프로퍼티

public int TotalBytes
리턴 int