source_blend_factor property

source_blend_factor property

Gets or sets how the color is blended.

Definition:

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

See Also