-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Returns or modifies the alpha component of a color. The range of ‘amount’ is 0..1. If an ‘amount’ is specified, it is added to the colors existing alpha. You can also specify a percentage instead of decimal amount if desired.
RETURN | MODIFY | ||||||||||||||||||||||
|
|
Returns or modifies the blue component of a color. The range of ‘amount’ is 0..255. If an ‘amount’ is specified, it is added to the colors existing blue. You can also specify a percentage instead of decimal amount if desired.
RETURN | MODIFY | ||||||||||||||||||||||
|
|
Returns the compliment of a color.
RETURN | ||||||||||||||||||||
|
Converts a color to grayscale.
RETURN | ||||||||||||||
|
Returns or modifies the green component of a color. The range of ‘amount’ is 0..255. If an ‘amount’ is specified, it is added to the colors existing green. You can also specify a percentage instead of decimal amount if desired.
RETURN | MODIFY | ||||||||||||||||||||||
|
|
Returns the two digit hex value for a given decimal number. Useful in combination with other functions like blue or alpha.
RETURN | ||||||||
|
Returns a color with the specified hue, saturation and lightness components. The range for hue is 0..360. The range for saturation is 0..100. The range for lightness is 0..100.
RETURN | ||||||||||||||||||||||||
|
Returns a color with the specified hue, saturation, lightness and alpha components.
RETURN | ||||||||||||
|
Returns or modifies the hue of a color. The unit of ‘amount’ is deg (degrees).
RETURN | MODIFY | ||||||||||||||||||||||||||||||||||||||||
|
|
Returns or modifies the brightness of a color. The range of ‘amount’ is 0..100. The value is added to the lightness of the color.
RETURN | MODIFY | |||||||||||||||||||||||||||||||||
|
|
Mix two colors together. The ‘weight’ argument is specific to color1.
RETURN | ||||||||||||
|
#####
Description.
RETURN | MODIFY | ||||
|
|