Color cycling based on the ranges in Grad menu. A speed slider has appeared. The speed data (and all cycling) is loaded from IFF/ILBM images from Deluxe Paint, Amiga and DOS versions. The data is not saved at the moment, so you shouldn't re-save cycling images
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1573 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -766,6 +766,8 @@ GFX2_GLOBAL long Gradient_bounds_range;
|
||||
GFX2_GLOBAL long Gradient_total_range;
|
||||
/// Amount of randomness to use in gradient (1-256+)
|
||||
GFX2_GLOBAL long Gradient_random_factor;
|
||||
/// Gradient speed of cycling (0-64)
|
||||
GFX2_GLOBAL byte Gradient_speed;
|
||||
/// Pointer to a gradient function, depending on the selected method.
|
||||
GFX2_GLOBAL Func_gradient Gradient_function;
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user