Create a new RgbColor from it's color components.
Namespace: TallComponents.PDF.ColorsAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public RgbColor( double r, double g, double b ) |
| Visual Basic |
|---|
Public Sub New ( _ r As Double, _ g As Double, _ b As Double _ ) |
Parameters
- r
- Type: System..::..Double
Red color component [0-255]
- g
- Type: System..::..Double
Green color component [0-255]
- b
- Type: System..::..Double
Blue color component [0-255]