You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Standalone > ARGB > ARGB Method (Byte, Byte, Byte)
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.ARGB Method (Byte, Byte, Byte)

Returns a Color Object from a set of red, green, and blue color components.

C#
public Color ARGB(
    Byte Red, 
    Byte Green, 
    Byte Blue
);
Visual Basic
Public Function ARGB(
    ByVal Red As Byte, 
    ByVal Green As Byte, 
    ByVal Blue As Byte
) As Color
Parameters
Parameters 
Description 
Red 
The red component. Valid values are 0 through 255.  
Green 
The green component. Valid values are 0 through 255.  
Blue 
The blue component. Valid values are 0 through 255.  
Returns

A Color Object.

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