XFINIUM.PDF Documentation
PdfRgbColor Constructor(Byte,Byte,Byte)



Red component.
Green component.
Blue component.
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
)

Parameters

r
Red component.
g
Green component.
b
Blue component.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfRgbColor Class
PdfRgbColor Members
Overload List

Send Feedback