C# Class PixelFarm.Agg.Imaging.MyColor

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
a byte
b byte
g byte
r byte

Public Methods

Method Description
MyColor ( byte r, byte g, byte b, byte a )
ToString ( ) : string

Method Details

MyColor() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

a public_oe property

public byte a
return byte

b public_oe property

public byte b
return byte

g public_oe property

public byte g
return byte

r public_oe property

public byte r
return byte