MCPcopy Index your code
hub / github.com/processing/p5.js / p5.Color.js

File p5.Color.js

test/unit/color/p5.Color.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mockP5, mockP5Prototype } from '../../js/mocks';
2import creatingReading from '../../../src/color/creating_reading';
3import setting from '../../../src/color/setting';
4import { Color } from '../../../src/color/p5.Color';

Callers

nothing calls this directly

Calls 15

creatingReadingFunction · 0.85
settingFunction · 0.85
setAlphaMethod · 0.45
setRedMethod · 0.45
setGreenMethod · 0.45
setBlueMethod · 0.45
_getRedMethod · 0.45
_getGreenMethod · 0.45
_getBlueMethod · 0.45
_getAlphaMethod · 0.45
toStringMethod · 0.45
_getHueMethod · 0.45

Tested by

no test coverage detected