blend property

blend property

Enable or disable the fragment blending.

Definition:

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

See Also