Initial value:= {
"None",
"In Quad",
"Out Quad",
"In-Out Quad",
"In Cubic",
"Out Cubic",
"In-Out Cubic",
"In Sine",
"Out Sine",
"In-Out Sine"
}
Definition at line 25 of file ColorBoost.h.
25 {
26 "None",
27 "In Quad",
28 "Out Quad",
29 "In-Out Quad",
30 "In Cubic",
31 "Out Cubic",
32 "In-Out Cubic",
33 "In Sine",
34 "Out Sine",
35 "In-Out Sine"
36};
Referenced by easeTypeDropdown(), luminanceFunction(), and saturationFunction().