See Also Examples Applies To
Converts the palette color to 4 Bpp after having reduced the colors into a user defined colors palette.
Syntax
object.ConvertTo4BppPal (*nARGBColorsArray())
The ConvertTo4BppPal syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| *nARGBColorsArray() | Required. Input Long Array. 1D Array which contains the complete color palette (ARGB long color values). |
Returns
Remarks
WARNING: If success this method changes the native image ID. Use the GetnativeImage() method to catch the new native image ID.
Category
Palette Conversions & Colors Reduction