C# Class ImageProcessor.Imaging.Quantizers.WuQuantizer.Box

The box for storing color attributes. Adapted from
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Свойство Type Description
AlphaMaximum byte
AlphaMinimum byte
BlueMaximum byte
BlueMinimum byte
GreenMaximum byte
GreenMinimum byte
RedMaximum byte
RedMinimum byte
Size int

Property Details

AlphaMaximum public_oe property

The alpha maximum.
public byte AlphaMaximum
Résultat byte

AlphaMinimum public_oe property

The alpha minimum.
public byte AlphaMinimum
Résultat byte

BlueMaximum public_oe property

The blue maximum.
public byte BlueMaximum
Résultat byte

BlueMinimum public_oe property

The blue minimum.
public byte BlueMinimum
Résultat byte

GreenMaximum public_oe property

The green maximum.
public byte GreenMaximum
Résultat byte

GreenMinimum public_oe property

The green minimum.
public byte GreenMinimum
Résultat byte

RedMaximum public_oe property

The red maximum.
public byte RedMaximum
Résultat byte

RedMinimum public_oe property

The red minimum.
public byte RedMinimum
Résultat byte

Size public_oe property

The size.
public int Size
Résultat int