MCPcopy Create free account
hub / github.com/benfry/processing4 / updateRGB

Method updateRGB

app/src/processing/app/ui/ColorChooser.java:224–228  ·  view source on GitHub ↗

Set the RGB values based on the current HSB values.

()

Source from the content-addressed store, hash-verified

222 * Set the RGB values based on the current HSB values.
223 */
224 protected void updateRGB() {
225 updateRGB(Color.HSBtoRGB(hue / 359f,
226 saturation / 99f,
227 brightness / 99f));
228 }
229
230
231 /**

Callers 2

setColorMethod · 0.95
insertUpdateMethod · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected