Constructor for Color object
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
Parameters
- red
- Type: System..::..Single
The red component value for the new Color structure. Valid values are 0 through 1.
- green
- Type: System..::..Single
The green component value for the new Color structure. Valid values are 0 through 1.
- blue
- Type: System..::..Single
The blue component value for the new Color structure. Valid values are 0 through 1.
- alpha
- Type: System..::..Single
The transparency component value for the new Color structure. Valid values are 0 through 1.
See Also