Reference alpha()

alpha()

Gets the alpha (transparency) value of a color.

alpha() extracts the alpha value from a p5.Color object, an array of color components, or a CSS color string.

Examples

Syntax

alpha(color)

Parameters

color
p5.Color|Number[]|String:

p5.Color object, array of color components, or CSS color string.

Returns

Number: the alpha value.
Notice any errors or typos? Please let us know. Please feel free to edit src/color/creating_reading.js and open a pull request!

Related References