MCPcopy Index your code
hub / github.com/gpujs/gpu.js / color

Method color

src/index.d.ts:385–385  ·  view source on GitHub ↗
(r: number)

Source from the content-addressed store, hash-verified

383 thread: IKernelXYZ;
384 constants: ConstantsT;
385 color(r: number): void,
386 color(r: number, g: number): void,
387 color(r: number, g: number, b: number): void,
388 color(r: number, g: number, b: number, a: number): void,

Callers 15

greenCanvasFunction · 0.65
test-utils.jsFile · 0.65
outputGraphicalMatrixFunction · 0.65
imageArgumentTestFunction · 0.65
getCanvasTestFunction · 0.65
imageArrayTestFunction · 0.65
colorSyntaxTestFunction · 0.65
getPixelsStandardFunction · 0.65
getPixelsFlippedFunction · 0.65
testGraphicalFunction · 0.65

Implementers 1

CPUKernelsrc/backend/cpu/kernel.js

Calls

no outgoing calls

Tested by

no test coverage detected