### Expected Behavior `EffectTransform.transformColor` should transform a color by the given drawable's effects in the same way as the sprite shader does. ### Actual Behavior The sprite shader applies the "color" effect in HSV space (https://github.com/LLK/scratch-render/pull/355), and applies the "brightness" effect in RGB space (https://github.com/LLK/scratch-render/pull/399). `EffectTransform.transformColor`, on the other hand, applies the "color" and "brightness" effects in HSL space.