knockoutTransparency property

bool knockoutTransparency
getter/setter pairinherited

Whether the transparency group is a knockout group. If this flag is false, later objects within the group shall be composited with earlier ones with which they overlap; if true, they shall be composited with the group’s initial backdrop and shall overwrite any earlier overlapping objects.

Implementation

bool knockoutTransparency = false;