in_composite_get_opacity

Gets the opacity of the given composite.

version(IN_DYNLIB)
export extern (C) @nogc
float
in_composite_get_opacity

Parameters

self in_composite_t*

The composite to operate on.

Return Value

Type: float

The opacity of the composite.

Meta