-
Notifications
You must be signed in to change notification settings - Fork 26
MedianCutPalette
Nick Ryzhy edited this page Apr 4, 2016
·
2 revisions
This class provides a palette that can be used in PNG8Encoder.
Name | Value |
---|---|
Package | by.blooddy.crypto.image.palette |
Name | class MedianCutPalette |
Implements | IPalette |
Name | Description |
---|---|
MedianCutPalette(image:BitmapData, maxColors:uint=256) |
Creates a MedianCutPalette object. |
Name | Description |
---|---|
transparent:Boolean |
Defines whether the palette supports per-pixel transparency. |
Name | Description |
---|---|
getList():Vector.<uint> |
Returns the list of the colors used in the palette. |
getIndexByColor(color:uint):uint |
Returns the index of the color inside the palette. It is possible that the same index will be returned for different color values. |