destination_blend_factor property

destination_blend_factor property

Gets or sets how the color is blended.

Definition:

@property
def destination_blend_factor(self):
    ...
@destination_blend_factor.setter
def destination_blend_factor(self, value):
    ...

See Also