Package org.verapdf.pd.colors
Class PDCIEDictionaryBased
java.lang.Object
org.verapdf.pd.PDObject
org.verapdf.pd.PDResource
org.verapdf.pd.colors.PDColorSpace
org.verapdf.pd.colors.PDCIEDictionaryBased
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final COSObjectprotected doubleprotected doubleprotected double -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected double[]convXYZtoRGB(double x, double y, double z) protected voidfillWhitepointCache(double[] whitepoint) double[]double[]Methods inherited from class org.verapdf.pd.colors.PDColorSpace
getNumberOfComponents, getType, toRGBMethods inherited from class org.verapdf.pd.PDResource
isInherited, setInheritedMethods inherited from class org.verapdf.pd.PDObject
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getNameKeyStringValue, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObject
-
Field Details
-
dictionary
-
wpX
protected double wpX -
wpY
protected double wpY -
wpZ
protected double wpZ
-
-
Constructor Details
-
PDCIEDictionaryBased
protected PDCIEDictionaryBased() -
PDCIEDictionaryBased
-
-
Method Details
-
fillWhitepointCache
protected void fillWhitepointCache(double[] whitepoint) -
convXYZtoRGB
protected double[] convXYZtoRGB(double x, double y, double z) -
getWhitePoint
public double[] getWhitePoint() -
getBlackPoint
public double[] getBlackPoint()
-