Skip to content

Gradients #351

@simsaens

Description

@simsaens

Proposed feature

Add a new gradient type and allow it to be used anywhere color can be used (or near anywhere)

Some concepts:

local grad = gradient(...)
background(grad)
local grad = gradient(...)
fill(grad)
ellipse(x, y, width)
local grad = myColor:linearGradient(otherColor)
parameter.gradient("MyGradient", grad)

Alternatives considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions