Add Table<Gradient> as a graphical type (#3051)
Some checks are pending
Editor: Dev & CI / build (push) Waiting to run
Editor: Dev & CI / cargo-deny (push) Waiting to run

This commit is contained in:
Keavon Chambers 2025-08-13 01:42:51 -07:00 committed by GitHub
parent 1b351aca76
commit bdc029c692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 689 additions and 573 deletions

View file

@ -1276,9 +1276,11 @@ mod tests {
#[implementations(
() -> Table<Raster<CPU>>,
() -> Table<Color>,
() -> Table<GradientStops>,
() -> GradientStops,
Footprint -> Table<Raster<CPU>>,
Footprint -> Table<Color>,
Footprint -> Table<GradientStops>,
Footprint -> GradientStops,
)]
image: impl Node<F, Output = T>,