You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Color Depth Conversion & Colors Reduction > ConvertTo4Bpp16 Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ConvertTo4Bpp16 Method

Converts a GdPicture image to a 4-bits indexed color image using a standard color palette. 

The color table has 16 entries.

C#
public GdPictureStatus ConvertTo4Bpp16(
    int ImageID
);
Visual Basic
Public Function ConvertTo4Bpp16(
    ByVal ImageID As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.