PDFView4NET WinForms Edition
PDFRgbColor Constructor(Byte,Byte,Byte)




O2S.Components.PDFView4NET.Graphics Namespace > PDFRgbColor Class > PDFRgbColor Constructor : PDFRgbColor Constructor(Byte,Byte,Byte)
Red component of the color.
Green component of the color.
Blue component of the color.
Initializes a new PDFRgbColor object.
Syntax
'Declaration
 
Public Function New( _
   ByVal r As Byte, _
   ByVal g As Byte, _
   ByVal b As Byte _
)
'Usage
 
Dim r As Byte
Dim g As Byte
Dim b As Byte
 
Dim instance As New PDFRgbColor(r, g, b)
public PDFRgbColor( 
   byte r,
   byte g,
   byte b
)
public: PDFRgbColor( 
   byte r,
   byte g,
   byte b
)
public:
PDFRgbColor( 
   byte r,
   byte g,
   byte b
)

Parameters

r
Red component of the color.
g
Green component of the color.
b
Blue component of the color.
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

Reference

PDFRgbColor Class
PDFRgbColor Members
Overload List