Load_NEO() support color cycling

This commit is contained in:
Thomas Bernard
2018-12-14 11:54:03 +01:00
parent da092228f3
commit 7a2c46ccc4
2 changed files with 43 additions and 5 deletions

View File

@@ -268,7 +268,7 @@ typedef struct
dword Inverse; ///< Boolean, true if the gradient goes in descending order
dword Mix; ///< Amount of randomness to add to the mix (0-255)
dword Technique;///< Gradient technique: 0 (no pattern) 1 (dithering), or 2 (big dithering)
byte Speed; ///< Speed of cycling. 0 for disabled, 1-64 otherwise.
byte Speed; ///< Speed of cycling. 0 for disabled, 1-64 otherwise. 1=>0.2856Hz, 64=>18.28Hz
} T_Gradient_range;
/// Data for a full set of gradients.