Package gov.nih.mipav.model.file
Class libxl.JxlBlendInfo
java.lang.Object
gov.nih.mipav.model.file.libxl.JxlBlendInfo
- Enclosing class:
libxl
The information about blending the color channels or a single extra channel.
When decoding, if coalescing is enabled (default), this can be ignored and
the blend mode is considered to be JXL_BLEND_REPLACE.
When encoding, these settings apply to the pixel data given to the encoder.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intWhich extra channel to use as the 'alpha' channel for blend modes JXL_BLEND_BLEND and JXL_BLEND_MULADD.(package private) libxl.JxlBlendModeBlend mode.(package private) booleanClamp values to [0,1] for the purpose of blending.(package private) intReference frame ID to use as the 'bottom' layer (0-3). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
blendmode
libxl.JxlBlendMode blendmodeBlend mode. -
source
int sourceReference frame ID to use as the 'bottom' layer (0-3). -
alpha
int alphaWhich extra channel to use as the 'alpha' channel for blend modes JXL_BLEND_BLEND and JXL_BLEND_MULADD. -
clamp
boolean clampClamp values to [0,1] for the purpose of blending.
-
-
Constructor Details
-
JxlBlendInfo
JxlBlendInfo()
-