blend_color property

blend_color property

Gets or sets the blend color where used in BlendFactor.CONSTANT_COLOR

Definition:

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

See Also