in_composite_set_blend_mode

Sets the blending mode of the given composite.

version(IN_DYNLIB)
export extern (C) @nogc
void
in_composite_set_blend_mode

Parameters

self in_composite_t*

The composite to operate on.

value in_blend_mode_t

The value to set.

Meta