You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Standalone > ARGBI Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.ARGBI Method

Returns a 32-bit Color value from a set of alpha, red, green, and blue color components.

C#
public int ARGBI(
    Byte Alpha, 
    Byte Red, 
    Byte Green, 
    Byte Blue
);
Visual Basic
Public Function ARGBI(
    ByVal Alpha As Byte, 
    ByVal Red As Byte, 
    ByVal Green As Byte, 
    ByVal Blue As Byte
) As Integer
Parameters
Parameters 
Description 
Alpha 
The alpha component (also called transparency). Valid values are 0 (full transparency) through 255 (full opacity).  
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 32-bit Color value.

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