09-29-2023, 05:01 AM
(This post was last modified: 09-29-2023, 05:02 AM by TerryRitchie.)
You know, I've been thinking about this. Having to work with _RGBA seems like overkill for something as simple as wanting to fade an individual color.
Why couldn't a statement such as
_SETALPHA Level%, _RGB32(255, 0, 0), Image&
automatically include all of the alpha levels from 0 to 255?
As it stands now you either need to enter a range with _RGBA as you have shown or manually keep track of every level change at each step in the software.
Why couldn't a statement such as
_SETALPHA Level%, _RGB32(255, 0, 0), Image&
automatically include all of the alpha levels from 0 to 255?
As it stands now you either need to enter a range with _RGBA as you have shown or manually keep track of every level change at each step in the software.