Initializes a new instance of the RtfColor class
Namespace: iTextSharp.text.rtf.styleAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected internal RtfColor( RtfDocument doc, int red, int green, int blue, int colorNumber ) |
Visual Basic |
---|
Protected Friend Sub New ( _ doc As RtfDocument, _ red As Integer, _ green As Integer, _ blue As Integer, _ colorNumber As Integer _ ) |
Visual C++ |
---|
protected public: RtfColor( RtfDocument^ doc, int red, int green, int blue, int colorNumber ) |
Parameters
- red
- Type: System..::..Int32
- green
- Type: System..::..Int32
- blue
- Type: System..::..Int32
- colorNumber
- Type: System..::..Int32