SimplePaletteQuantizer.ColorCaches.LocalitySensitiveHash.BucketInfo.BucketInfo C# (CSharp) Method

BucketInfo() public method

Initializes a new instance of the BucketInfo class.
public BucketInfo ( ) : System
return System
        public BucketInfo()
        {
            colors = new SortedDictionary<Int32, Color>();
        }