PatternColorSpace

PatternColorSpace

Overview

PatternColorSpace is a class in Aspose.Pdf FOSS for Java.

Represents a pattern-based color space for use in drawing operations.

Properties

NameTypeAccessDescription
colorColorReadGets the base color of this pattern color space.

Methods

SignatureDescription
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()ColorGets the base color of this pattern color space.
setColor(color: Color)Sets the base color of this pattern color space.

See Also