add_luminosity method

add_luminosity

Creates copy of the Color with Sum of its luminosity and the delta value.

Returns

A new instance of the Color class

def add_luminosity(self, delta):
    ...
ParameterTypeDescription
deltafloatValue of luminosity

See Also