PatternColorSpace
Overview
PatternColorSpace is a class in Aspose.Pdf FOSS for Java.
Represents a pattern-based color space for use in drawing operations.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
color | Color | Read | Gets the base color of this pattern color space. |
Methods
| Signature | Description |
|---|---|
PatternColorSpace() | Creates a new pattern color space with no color set. |
PatternColorSpace(color: Color) | Creates a new pattern color space with the specified color. |
getColor() → Color | Gets the base color of this pattern color space. |
setColor(color: Color) | Sets the base color of this pattern color space. |