UNPKG

@react-p5/utils

Version:

This library consists of "nice to haves" to alleviate repetitive tasks and boilerplate from your sketches.

3 lines (2 loc) 175 B
import { ColorValue, P5 } from "types"; export declare const linearGradient: (p5: P5, x1: number, y1: number, x2: number, y2: number, c1: ColorValue, c2: ColorValue) => void;