New nodes: Colors to Gradient, Flatten Color, and Flatten Gradient (#3835)

* New nodes: Colors to Gradient, Flatten Color, and Flatten Gradient

* Fix Data panel not showing GradientStops

* Fix wrong category
This commit is contained in:
Keavon Chambers
2026-02-26 03:44:12 -08:00
committed by GitHub
parent da7437c023
commit cde7d5f951
3 changed files with 169 additions and 38 deletions

View File

@@ -166,11 +166,12 @@ fn generate_layout(introspected_data: &Arc<dyn std::any::Any + Send + Sync + 'st
Table<Raster<GPU>>,
Table<Color>,
Table<GradientStops>,
Vec<String>,
GradientStops,
f64,
u32,
u64,
bool,
Vec<String>,
String,
Option<f64>,
DVec2,