[]
Creates a sorted array of unique colors for the current image.
public uint[] ExtractColors(Rectangle? clipRect = null)
Public Function ExtractColors(Optional clipRect As Rectangle? = Nothing) As UInteger()
Type | Name | Description |
---|---|---|
Rectangle? | clipRect | The rectangle of the image to be processed. |
Type | Description |
---|---|
uint[] | An array of colors in ARGB format. |