float_g property

float_g property

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

Definition:

@property
def float_g(self):
    ...

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

See Also