C# Class SimplePaletteQuantizer.Quantizers.Uniform.UniformColorSlot

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
AddValue ( Int32 component ) : void

Adds the value to the slot.

GetAverage ( ) : Int32

Gets the average, just simple value divided by pixel presence.

Method Details

AddValue() public méthode

Adds the value to the slot.
public AddValue ( Int32 component ) : void
component System.Int32 The color component value.
Résultat void

GetAverage() public méthode

Gets the average, just simple value divided by pixel presence.
public GetAverage ( ) : Int32
Résultat System.Int32