RXBlendColourPicker
This is a colour picker that lets you pick a blend between two other swatches.
Full source for the colour picker, including the artwork, is available on github.
As may be evident from this site’s design, I like stepped gradients.
Get It
You can download RXBlendColourPicker (pre-built) from github.
Install It
Unzip the download, and move the result into ~/Library/ColorPickers. If you don’t have that folder, make it first.
Use It
Pick two colours, and drag them to the swatch list at the bottom of the colour panel.
Then on the blend colour picker, drag the swatches into the colour wells underneath the slider.
Adjust the slider as desired, or enter a precise percentage for the blend.
Et voilà! You have a blended colour.
Limitations
RXBlendColourPicker does its blends with NSColor’s handy -blendedColorWithFraction:ofColor: method. This means that its blends are done in the RGB colour space, and as such aren’t suitable for CMYK work, or for blending two colours’ hues without affecting their saturation or value (HSV).
If there’s interest in having such features, they won’t be hard to add; let me know if they would be useful to you.