|
iText 9.4.0 API
|
Representation of a Pattern Color. More...
Public Member Functions |
|
| PatternColor (PdfPattern coloredPattern) | |
| Creates a pattern color using the given color pattern object. More... |
|
| PatternColor (PdfPattern.Tiling uncoloredPattern, Color color) | |
| Creates a pattern color using the given uncolored pattern object and color. More... |
|
| PatternColor (PdfPattern.Tiling uncoloredPattern, PdfColorSpace underlyingCS, float[] colorValue) | |
| Creates a pattern color using the given uncolored pattern object, an underlying color space and color values. More... |
|
| PatternColor (PdfPattern.Tiling uncoloredPattern, PdfSpecialCs.UncoloredTilingPattern uncoloredTilingCS, float[] colorValue) | |
| Creates a pattern color using the given uncolored pattern object, uncolored tiling pattern and color values. More... |
|
| virtual PdfPattern | GetPattern () |
| Returns the pattern of the color space. More... |
|
| override void | SetColorValue (float[] value) |
| Sets the color value of the color More... |
|
| override bool | Equals (Object o) |
Public Member Functions inherited from iText.Kernel.Colors.Color |
|
| virtual int | GetNumberOfComponents () |
| Returns the number of color value components More... |
|
| virtual PdfColorSpace | GetColorSpace () |
| Returns the color space to which the color is related. More... |
|
| virtual float[] | GetColorValue () |
| Returns the color value of the color More... |
|
| override int | GetHashCode () |
| override bool | Equals (Object o) |
| Indicates whether the color is equal to the given color. More... |
|
Additional Inherited Members |
|
Static Public Member Functions inherited from iText.Kernel.Colors.Color |
|
| static iText.Kernel.Colors.Color | MakeColor (PdfColorSpace colorSpace) |
| Makes a Color of certain color space. More... |
|
| static iText.Kernel.Colors.Color | MakeColor (PdfColorSpace colorSpace, float[] colorValue) |
| Makes a Color of certain color space and color value. More... |
|
| static DeviceRgb | ConvertCmykToRgb (DeviceCmyk cmykColor) |
| Converts DeviceCmyk color to DeviceRgb color More... |
|
| static DeviceCmyk | ConvertRgbToCmyk (DeviceRgb rgbColor) |
| Converts DeviceRgb color to DeviceCmyk color More... |
|
| static iText.Kernel.Colors.Color | CreateColorWithColorSpace (float[] colorValue) |
| Creates a color object based on the passed through values. More... |
|
Package Functions inherited from iText.Kernel.Colors.Color |
|
| Color (PdfColorSpace colorSpace, float[] colorValue) | |
| Creates a Color of certain color space and color value. More... |
|
Package Attributes inherited from iText.Kernel.Colors.Color |
|
| PdfColorSpace | colorSpace |
| The color space of the color More... |
|
| float[] | colorValue |
| The color value of the color More... |
|
Representation of a Pattern Color.
|
inline |
Creates a pattern color using the given color pattern object.
| coloredPattern | Color space that uses pattern objects |
|
inline |
Creates a pattern color using the given uncolored pattern object and color.
| uncoloredPattern | Tiling pattern object of the color space |
| color | Color object |
|
inline |
Creates a pattern color using the given uncolored pattern object, an underlying color space and color values.
| uncoloredPattern | Tiling pattern object of the color space |
| underlyingCS | Underlying color space object |
| colorValue | Color values |
|
inline |
Creates a pattern color using the given uncolored pattern object, uncolored tiling pattern and color values.
| uncoloredPattern | Tiling pattern object of the color space |
| uncoloredTilingCS | Tiling pattern color space |
| colorValue | Color values |
|
inlinevirtual |
Returns the pattern of the color space.
|
inlinevirtual |
Sets the color value of the color
| value | new color value |
Reimplemented from iText.Kernel.Colors.Color.