float_b property

float_b property

Returns or sets the blue component of a color. All color transformations are ignored. Read/write float.

Definition:

@property
def float_b(self):
    ...

@float_b.setter
def float_b(self, value):
    ...

See Also