brightness() Color Creating & Reading Web & Application brightness_.gif noStroke(); colorMode(HSB, 255); color c = color(0, 126, 255); fill(c); rect(15, 20, 35, 60); float value = brightness(c); // Sets "value" to "255" fill(value); rect(50, 20, 35, 60); Extracts the brightness value from a color. brightness(color) any value of the color datatype float red() green() blue() hue() saturation() 1.0 Function Core Extended