C# Класс SimplePaletteQuantizer.ColorCaches.LocalitySensitiveHash.BucketInfo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddColor ( Int32 paletteIndex, Color color ) : void

Adds the color to the bucket informations.

BucketInfo ( ) : System

Initializes a new instance of the BucketInfo class.

Описание методов

AddColor() публичный Метод

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.
Результат void

BucketInfo() публичный Метод

Initializes a new instance of the BucketInfo class.
public BucketInfo ( ) : System
Результат System