See Also Examples Applies To
Converts the native GdPicture image to a 4-bits palette color image using the Std. Gdiplus color convertion.
Syntax
object.ConvertTo4Bpp ()
The ConvertTo4Bpp syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. GdPictureStatus
Remarks
This function can fail with version of gdiplus.dll < 6. Call the GetGdiplusVersion() function to catch the dll version used by the component.
Category
Palette Conversions & Colors Reduction