Class libxl.JxlBlendInfo

java.lang.Object
gov.nih.mipav.model.file.libxl.JxlBlendInfo
Enclosing class:
libxl

class libxl.JxlBlendInfo extends Object
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 Details

    • blendmode

      Blend mode.
    • source

      int source
      Reference frame ID to use as the 'bottom' layer (0-3).
    • alpha

      int alpha
      Which extra channel to use as the 'alpha' channel for blend modes JXL_BLEND_BLEND and JXL_BLEND_MULADD.
    • clamp

      boolean clamp
      Clamp values to [0,1] for the purpose of blending.
  • Constructor Details

    • JxlBlendInfo

      JxlBlendInfo()