Py5Graphics.hue()
Contents
Py5Graphics.hue()#
Extracts the hue value from a color.
Description#
Extracts the hue value from a color.
This method is the same as hue() but linked to a Py5Graphics
object. To see example code for how it can be used, see hue().
Underlying Processing method: PGraphics.hue
Signatures#
hue(
rgb: int, # any value of the color datatype
/,
) -> float
Updated on September 01, 2022 14:08:27pm UTC