Skip to content

Commit

Permalink
ofxNatron: channel-> component in help strings
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Mar 29, 2021
1 parent 8326878 commit 3e9c14a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/ofxNatron.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,16 +284,16 @@ This is a property on parameters of type ::kOfxParamTypeChoice, and tells the ch
**/
#define kNatronOfxParamProcessR "NatronOfxParamProcessR"
#define kNatronOfxParamProcessRLabel "R"
#define kNatronOfxParamProcessRHint "Process red component."
#define kNatronOfxParamProcessRHint "Process red channel."
#define kNatronOfxParamProcessG "NatronOfxParamProcessG"
#define kNatronOfxParamProcessGLabel "G"
#define kNatronOfxParamProcessGHint "Process green component."
#define kNatronOfxParamProcessGHint "Process green channel."
#define kNatronOfxParamProcessB "NatronOfxParamProcessB"
#define kNatronOfxParamProcessBLabel "B"
#define kNatronOfxParamProcessBHint "Process blue component."
#define kNatronOfxParamProcessBHint "Process blue channel."
#define kNatronOfxParamProcessA "NatronOfxParamProcessA"
#define kNatronOfxParamProcessALabel "A"
#define kNatronOfxParamProcessAHint "Process alpha component."
#define kNatronOfxParamProcessAHint "Process alpha channel."

/** @brief Used to define the tracker effect context.
In this context the effect instance will be exactly 1 track.
Expand Down

0 comments on commit 3e9c14a

Please sign in to comment.