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 23 of file ColorBoost.h.
23 {
24 "None",
25 "In Quad",
26 "Out Quad",
27 "In-Out Quad",
28 "In Cubic",
29 "Out Cubic",
30 "In-Out Cubic",
31 "In Sine",
32 "Out Sine",
33 "In-Out Sine"
34};
Referenced by easeTypeDropdown(), luminanceFunction(), and saturationFunction().