-
Notifications
You must be signed in to change notification settings - Fork 34
BlendColors
Albertas Vyšniauskas edited this page Mar 22, 2015
·
2 revisions
Generates color blends based on 3 input colors. Unlike 'Mix colors', this provides enough context to get an accurate preview of how a color ramp will work overall (for example, if it's made up of 4 individual 'blends'; you want to see how the ramp you're working on fits with the next segment.)
-
Start
,Middle
, andEnd
colors: The waypoints making up the color blend -
Start steps
: how many intermediate colors to calculate between Start and Middle (including Middle, so steps=2 produces 1 intermediate color) -
End steps
: how many intermediate colors to calculate between Middle and End (including End) -
Type
: Blending type. Identical to the Type found in MixColors
- The
Middle
panel has a 'Reset' action available in context menu which resets it to a 50% mix of Start and End. - Preview supports all the standard ColorPanel actions.
- MixColors : Generate blends between each of an arbitrary number of colors.
- ColorSliders : Includes a description of the differences between the colorspaces you can choose for Type.