|
RaTweening 1.0.0
|
This Util class hold the tools to exclude various color channels from tweening calculations More...
Public Types | |
| enum | Channel |
| Flag based enum representing Color Channels | |
Static Public Member Functions | |
| static Channel | GetOnlyIncludeChannels (Channel inclChannels) |
| Returns a Channel which only contains the Channels which are not defined within the input More... | |
| static Color | ApplyExcludeChannels (Color original, Color final, Channel excludeChannels) |
| Resets the final result to the original Color based on which Channels are to be excluded from the final calculation More... | |
This Util class hold the tools to exclude various color channels from tweening calculations
|
static |
Resets the final result to the original Color based on which Channels are to be excluded from the final calculation
| original | The original value |
| final | The final value |
| excludeChannels | The channels which should be reset to the original value within the final value |