C# 클래스 ImageTools.Color

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
Color ( byte a, byte r, byte g, byte b )
FromArgb ( byte a, byte r, byte g, byte b ) : Color

메소드 상세

Color() 공개 메소드

public Color ( byte a, byte r, byte g, byte b )
a byte
r byte
g byte
b byte

FromArgb() 공개 정적인 메소드

public static FromArgb ( byte a, byte r, byte g, byte b ) : Color
a byte
r byte
g byte
b byte
리턴 Color