Lee Salzman 8e02a57b80 Bug 1851963 - Use unsigned char in ConicGradientEffectD2D1. r=jrmuizel
Although char is usually unsigned, somehow the conversion between float to
char may be clamping, as noted in bug 1787085. We want to explicitly use
unsigned char here, which is the right thing to do.

Differential Revision: https://phabricator.services.mozilla.com/D202472
2024-02-22 17:12:06 +00:00
..