mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Move the gradient-focused nodes from the Color category to a new Gradient category (#4403)
This commit is contained in:
committed by
Dennis Kobert
parent
c5cb466e28
commit
27f1e8a65b
@@ -13,13 +13,14 @@ pub fn category_description(category: &str) -> &str {
|
||||
"
|
||||
),
|
||||
"Blending" => "Nodes in this category control how overlapping graphical content is composited together, considering blend modes, opacity, and clipping.",
|
||||
"Color" => "Nodes in this category deal with selecting and manipulating colors, gradients, and palettes.",
|
||||
"Color" => "Nodes in this category deal with selecting and manipulating colors and palettes.",
|
||||
"Debug" => indoc!(
|
||||
"
|
||||
Nodes in this category are temporarily included for debugging purposes by Graphite's developers. They may have rare potential uses for advanced users, but are not intended for general use and will be removed in future releases.
|
||||
"
|
||||
),
|
||||
"General" => "Nodes in this category deal with general data handling, such as merging and flattening graphical elements.",
|
||||
"Gradient" => "Nodes in this category build gradients and adjust the placement of their color stops, as well as the shape and repetition of the transition between them.",
|
||||
"Context" => "Nodes in this category read data from the evaluation context supplied by downstream nodes, such as the current loop iteration index.",
|
||||
"Repeat" => "Nodes in this category enable the duplication, arrangement, and looped generation of graphical elements.",
|
||||
"Math: Arithmetic" => "Nodes in this category perform common arithmetic operations on numerical values (and where applicable, `vec2` values).",
|
||||
|
||||
Reference in New Issue
Block a user