Skip to content
GitHub repository
Type

ExtendMode

type ExtendMode = "pad" | "repeat" | "reflect";

What a gradient does outside 0..1: hold the end colours (pad), tile (repeat) or mirror (reflect).