MCPcopy Index your code
hub / github.com/processing/processing / updateRGB

Method updateRGB

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

Set the RGB values based on the current HSB values.

()

Source from the content-addressed store, hash-verified

247 * Set the RGB values based on the current HSB values.
248 */
249 protected void updateRGB() {
250 updateRGB(Color.HSBtoRGB(hue / 359f,
251 saturation / 99f,
252 brightness / 99f));
253 }
254
255
256 /**

Callers 2

setColorMethod · 0.95
insertUpdateMethod · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected