Axel icon indicating copy to clipboard operation
Axel copied to clipboard

Feature request: add color (ColorTransform) + fog color

Open Wiering opened this issue 12 years ago • 0 comments

In Flash, I normally use ColorTransform a lot. In Axel, it seems like only the multiply part is available, not the add/offset part. Could that be added?

Also, having a fog color (+ fog intensity) would be great. So the final color would be:

(color * colorTransformMul + colorTransformAdd) * (1 - fogIntensity) + fogColor * fogIntensity

Wiering avatar Apr 20 '12 02:04 Wiering