RGB Constructor

Kaliko Image Library

Kaliko.ImageLibrary
RGB Constructor





Syntax
'Declaration
 
Public Function New( _
   ByVal R As System.Integer, _
   ByVal G As System.Integer, _
   ByVal B As System.Integer _
)
'Usage
 
Dim R As System.Integer
Dim G As System.Integer
Dim B As System.Integer
 
Dim instance As New RGB(R, G, B)
public RGB( 
   System.int R,
   System.int G,
   System.int B
)
public RGB( 
    R: System.Integer;
    G: System.Integer;
    B: System.Integer
); 
public function RGB( 
   R : System.int,
   G : System.int,
   B : System.int
);
public: RGB( 
   System.int R,
   System.int G,
   System.int B
)
public:
RGB( 
   System.int R,
   System.int G,
   System.int B
)

Parameters

R
G
B
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys