C# 클래스 Sparrow.Utils.ColorUtil

파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp

공개 메소드들

메소드 설명
GetA ( uint color ) : byte
GetB ( uint color ) : byte
GetG ( uint color ) : byte
GetR ( uint color ) : byte
GetRGB ( byte r, byte g, byte b ) : uint

메소드 상세

GetA() 공개 정적인 메소드

public static GetA ( uint color ) : byte
color uint
리턴 byte

GetB() 공개 정적인 메소드

public static GetB ( uint color ) : byte
color uint
리턴 byte

GetG() 공개 정적인 메소드

public static GetG ( uint color ) : byte
color uint
리턴 byte

GetR() 공개 정적인 메소드

public static GetR ( uint color ) : byte
color uint
리턴 byte

GetRGB() 공개 정적인 메소드

public static GetRGB ( byte r, byte g, byte b ) : uint
r byte
g byte
b byte
리턴 uint