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

Converts a GdPicture image to a 32-bits PARGB color image. 

8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied, according to the alpha component.

C#
public GdPictureStatus ConvertTo32BppPARGB(
    int ImageID
);
Visual Basic
Public Function ConvertTo32BppPARGB(
    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.