프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty | |||
alpha | double | ||
blue | double | ||
green | double | ||
red | double |
메소드 | 설명 | |
---|---|---|
GetBytes ( ) : byte[] | ||
GetColor ( ) : ColorRGBA | ||
RGBAd ( byte bytes ) : System | ||
RGBAd ( double gray ) : System | ||
RGBAd ( double red, double green, double blue, double alpha ) : System | ||
SetBytes ( byte bytes ) : void | ||
SetBytes ( byte bytes, int startIndex ) : void | ||
SetColor ( ColorRGBA aColor ) : void | ||
ToRGBAb ( ) : |
public RGBAd ( double red, double green, double blue, double alpha ) : System | ||
red | double | |
green | double | |
blue | double | |
alpha | double | |
리턴 | System |
public SetBytes ( byte bytes, int startIndex ) : void | ||
bytes | byte | |
startIndex | int | |
리턴 | void |