ICCBasedColorSpace

ICCBasedColorSpace

Overview

ICCBasedColorSpace is a class in Aspose.Pdf FOSS for Java. Inherits from: ColorSpaceBase.

ICCBased color space (ISO 32000-1:2008, §8.6.5.5).

Properties

NameTypeAccessDescription
nameStringRead
numberOfComponentsintRead
alternateColorSpaceBaseReadReturns the alternate (fallback) color space used for conversions.

Methods

SignatureDescription
ICCBasedColorSpace(iccStream: COSStream, parser: PDFParser)Creates an ICCBasedColorSpace from a profile stream.
getName()String
getNumberOfComponents()int
getAlternate()ColorSpaceBaseReturns the alternate (fallback) color space used for conversions.
resolve(csObj: COSBase, resources: Resources, parser: PDFParser)ColorSpaceBaseResolves a color space from a PDF object.

See Also