CompositingParameters

CompositingParameters class

Represents an object containing graphics compositing parameters of current graphics state.

The CompositingParameters type exposes the following members:

Constructors

NameDescription
CompositingParameters(blend_mode)Initializes a new instance of the CompositingParameters class
CompositingParameters(blend_mode, filter_type)Initializes a new instance of the CompositingParameters class
CompositingParameters(blend_mode, filter_type, is_masked)Initializes a new instance of the CompositingParameters class

Properties

NameDescription
blend_modeGets blend mode of current graphics state.
filter_typeGets the image filter type.
is_maskedGets the mask flag.

See Also