| 32 | GDHSV _hsvModifier; |
| 33 | |
| 34 | SpriteColor(ax::Color3B color, float opacity, bool blending) : _color(color), _opacity(opacity), _blending(blending) {} |
| 35 | SpriteColor() = default; |
| 36 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected