pub unsafe extern "C-unwind" fn JxlEncoderInitBlendInfo(
blend_info: *mut JxlBlendInfo,
)Expand description
Initializes a JxlBlendInfo struct to default values.
For forwards-compatibility, this function has to be called before values
are assigned to the struct fields.
ยงParameters
blend_info: blending info. Object owned by the caller.