Make 'Gradient Map' use gamma-space luma and move it into adjustments.rs (#4524)

Move Gradient Map into adjustments.rs and position it by the classic 0.3/0.59/0.11 luma
This commit is contained in:
Keavon Chambers
2026-09-12 18:24:38 -07:00
committed by GitHub
parent 21cceeb7ba
commit 89b797f4c1
4 changed files with 40 additions and 39 deletions
@@ -539,7 +539,7 @@ const NODE_REPLACEMENTS: &[NodeReplacement<'static>] = &[
aliases: &["graphene_raster_nodes::adjustments::GammaCorrectionNode", "graphene_core::raster::adjustments::GammaCorrectionNode"],
},
NodeReplacement {
node: graphene_std::raster_nodes::gradient_map::gradient_map::IDENTIFIER,
node: graphene_std::raster_nodes::adjustments::gradient_map::IDENTIFIER,
aliases: &[
"graphene_raster_nodes::gradient_map::GradientMapNode",
"graphene_raster_nodes::adjustments::GradientMapNode",