MCPcopy
hub / github.com/processing/p5.js / array

Method array

src/color/p5.Color.js:300–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 }
299
300 array(){
301 return this._array;
302 }
303
304 lerp(color, amt, mode){
305 // Find the closest common ancestor color space

Callers 14

drawBlobMethod · 0.45
p5.Geometry.jsFile · 0.45
p5.RendererGL.jsFile · 0.45
p5.Vector.jsFile · 0.45
p5.Matrix.jsFile · 0.45
validateParamsFunction · 0.45
generateTypeSchemaFunction · 0.45
constructFromContoursMethod · 0.45
_addSegmentMethod · 0.45
_addCapMethod · 0.45
_addJoinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected