SeparationColorSpace

SeparationColorSpace

Vue de l’ensemble

‘SeparationColorSpace’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: ColoreSpACEBase.

Espace de couleur séparation (ISO 32000-1:2008, §8.6.4.

Cette classe fournit 10 méthodes pour travailler avec SeparationColorSpace dans les programmes Java. Les méthodologies disponibles comprennent: ‘SeparationsColore’ , ‘fromArray’, ‘getAlternateCS’, getColoranName', ‘getNamen', ’getTintTransform’, 'resolve', ‚tintToAlternaate, ’toRGBInt’. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘alternate CS’, ‘‘colorantNam’,‘’name’,numberOfComponents , tentTransformer.

Propriétés

NameTypeAccessDescription
nameStringReadGets the name.
numberOfComponentsintReadGets the number of components.
colorantNameStringReadReturns the colorant name.
alternateCSColorSpaceBaseReadReturns the alternate (fallback) color space.
tintTransformPdfFunctionReadReturns the tint transform function.

méthodes

SignatureDescription
SeparationColorSpace(colorantName: String, alternateCS: ColorSpaceBase, tintTransform: PdfFunction)Creates a Separation color space.
fromArray(arr: PdfArray, resources: Resources, parser: PDFParser)SeparationColorSpaceParses a Separation color space from a PDF array.
tintToAlternate(tint: double)double[]Converts a tint value (0..1) to alternate color space components.
getName()StringReturns the name.
getNumberOfComponents()intReturns the number of components.
toRGBInt(comps: double[])intTint → alternate components (via tint transform) → alternate’s RGB.
getColorantName()StringReturns the colorant name.
getAlternateCS()ColorSpaceBaseReturns the alternate (fallback) color space.
getTintTransform()PdfFunctionReturns the tint transform function.
resolve(csObj: PdfBase, resources: Resources, parser: PDFParser)ColorSpaceBase

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français