Decompose Gradient
Decompose Gradient
Section titled “Decompose Gradient” Category Color
Is Pair Node: No
Decomposes a gradient into its constituent colors, offsets, and properties.
Inputs
Section titled “Inputs” Gradient
Section titled “ Gradient ” Type: Gradient Paintable
Default: null
Input gradient paintable to decompose.
Outputs
Section titled “Outputs” Colors
Section titled “ Colors ” Type: Array of Color
Default: null
An array of colors extracted from the input gradient.
Offsets
Section titled “ Offsets ” Type: Array of Float
Default: null
An array of offsets corresponding to each color in the input gradient.
Absolute Coordinates
Section titled “ Absolute Coordinates ” Type: Boolean
Default: false
Determines whether the gradient uses absolute coordinates. If false, the gradient will use relative coordinates.
Start Point
Section titled “ Start Point ” Type: VecD
Default: (0, 0)
The starting point of the Linear gradient.
End Point
Section titled “ End Point ” Type: VecD
Default: (1, 0)
The ending point of the Linear gradient.
Center Point
Section titled “ Center Point ” Type: VecD
Default: (0.5, 0.5)
The center point of the Radial and Conical gradient.
All of our content is carefully written by hand, no AI was involved during the process.