C# Class ImageTools.Color

Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
Color ( byte a, byte r, byte g, byte b )
FromArgb ( byte a, byte r, byte g, byte b ) : Color

Method Details

Color() public method

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

FromArgb() public static method

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