XFINIUM.PDF Documentation
SetRgbFillColor Method



Red level.
Green level
Blue level
Sets the current colorspace for fill operations to DeviceRGB and sets the current RGB color.
Operator: rg
Syntax
'Declaration
 
Public Sub SetRgbFillColor( _
   ByVal r As Double, _
   ByVal g As Double, _
   ByVal b As Double _
) 
'Usage
 
Dim instance As PdfContentStream
Dim r As Double
Dim g As Double
Dim b As Double
 
instance.SetRgbFillColor(r, g, b)
public void SetRgbFillColor( 
   double r,
   double g,
   double b
)
public:
void SetRgbFillColor( 
   double r,
   double g,
   double b
) 

Parameters

r
Red level.
g
Green level
b
Blue level
Remarks
The r, g, b values are in (0, 1) range.
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

PdfContentStream Class
PdfContentStream Members

Send Feedback