mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 20:28:13 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user