Property | Type | Description | |
---|---|---|---|
Alpha | Component | ||
Blue | Component | ||
Green | Component | ||
Red | Component | ||
TotalBytes | int |
Method | Description | |
---|---|---|
Decode ( uint Data, byte &R, byte &G, byte &B, byte &A ) : void | ||
Encode ( byte R, byte G, byte B, byte A ) : uint |
public Decode ( uint Data, byte &R, byte &G, byte &B, byte &A ) : void | ||
Data | uint | |
R | byte | |
G | byte | |
B | byte | |
A | byte | |
return | void |
public Encode ( byte R, byte G, byte B, byte A ) : uint | ||
R | byte | |
G | byte | |
B | byte | |
A | byte | |
return | uint |