pan icon indicating copy to clipboard operation
pan copied to clipboard

Gradient paints

Open liquidev opened this issue 4 years ago • 0 comments

Possible API for this:

blackwhite = pan.linearGradient(math.pi / 4)
  :stop(0, gray(0))
  :stop(1, gray(255))

function render()
  clear(blackwhite)
end

liquidev avatar Apr 16 '20 23:04 liquidev