C# Class PixelFarm.Agg.Imaging.MyColor

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
a byte
b byte
g byte
r byte

Méthodes publiques

Méthode Description
MyColor ( byte r, byte g, byte b, byte a )
ToString ( ) : string

Method Details

MyColor() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

a public_oe property

public byte a
Résultat byte

b public_oe property

public byte b
Résultat byte

g public_oe property

public byte g
Résultat byte

r public_oe property

public byte r
Résultat byte