C# Class SimplePaletteQuantizer.ColorCaches.LocalitySensitiveHash.BucketInfo

Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
AddColor ( Int32 paletteIndex, Color color ) : void

Adds the color to the bucket informations.

BucketInfo ( ) : System

Initializes a new instance of the BucketInfo class.

Method Details

AddColor() public method

Adds the color to the bucket informations.
public AddColor ( Int32 paletteIndex, Color color ) : void
paletteIndex System.Int32 Index of the palette.
color Color The color.
return void

BucketInfo() public method

Initializes a new instance of the BucketInfo class.
public BucketInfo ( ) : System
return System