You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Color Object Creation & Color Space Conversion > ARGB > ARGB Method (Integer)
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ARGB Method (Integer)

Returns a Color Object from a 32-bit ARGB value.

C#
public Color ARGB(
    int iargb
);
Visual Basic
Public Function ARGB(
    ByVal iargb As Integer
) As Color
Parameters
Parameters 
Description 
iargb 
A value specifying the 32-bit ARGB value.  
Returns

A Color Object.

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