Package gov.nih.mipav.model.file
Class libxl.JxlColorProfile
java.lang.Object
gov.nih.mipav.model.file.libxl.JxlColorProfile
- Enclosing class:
libxl
Represents an input or output colorspace to a color transform, as a
serialized ICC profile.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) classThe serialized ICC profile. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) libxl.JxlColorEncodingStructured representation of the colorspace, if applicable.(package private) intNumber of components per pixel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
color_encoding
libxl.JxlColorEncoding color_encodingStructured representation of the colorspace, if applicable. If all fields are different from their "unknown" value, then this is equivalent to the ICC representation of the colorspace. If some are "unknown", those that are not are still valid and can still be used on their own if they are useful. -
num_channels
int num_channelsNumber of components per pixel. This can be deduced from the other representations of the colorspace but is provided for convenience and validation.
-
-
Constructor Details
-
JxlColorProfile
JxlColorProfile()
-