Enumeration ColorAdjustmentType
Enumeration Members
AlphaMod
AlphaMod: "alphaMod"
AlphaOff
AlphaOff: "alphaOff"
BlueMod
BlueMod: "blueMod"
BlueOff
BlueOff: "blueOff"
GreenMod
GreenMod: "greenMod"
GreenOff
GreenOff: "greenOff"
InvGamma
InvGamma: "invGamma"
Supported ways to AdjustedColor color. Most adjustments take a modifier. This is modeled after OOXML color adjustments.
TODO - Document this much better.