Skip to content

Commit

Permalink
ColorLookup: add doc suggested by @sozap
Browse files Browse the repository at this point in the history
see #35
  • Loading branch information
devernay committed May 31, 2016
1 parent c8ebabb commit 29996f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ColorLookup/ColorLookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ OFXS_NAMESPACE_ANONYMOUS_ENTER
#define kPluginDescription \
"Apply a parametric lookup curve to each channel separately.\n" \
"The master curve is combined with the red, green and blue curves, but not with the alpha curve.\n" \
"Computation is faster for values that are within the given range."
"Computation is faster for values that are within the given range.\n" \
"\n" \
"Note that you can easily do color remapping by setting Source and Target colors and clicking \"Set RGB\" or \"Set RGBA\" below.\n" \
"This will add control points on the curve to match the target from the source. You can add as many point as you like.\n" \
"This is very useful for matching color of one shot to another, or adding custom colors to a black and white ramp."

#define kPluginIdentifier "net.sf.openfx.ColorLookupPlugin"
#define kPluginVersionMajor 1 // Incrementing this number means that you have broken backwards compatibility of the plug-in.
#define kPluginVersionMinor 0 // Increment this when you have fixed a bug or made it faster.
Expand Down

0 comments on commit 29996f4

Please sign in to comment.