We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac14eda commit 2b74d90Copy full SHA for 2b74d90
1 file changed
src/pixi/renderers/canvas/utils/CanvasTinter.js
@@ -216,11 +216,10 @@ PIXI.CanvasTinter.roundColor = function(color)
216
};
217
218
/**
219
- * Rounds the specified color according to the PIXI.CanvasTinter.cacheStepsPerColorChannel.
+ * Checks if the browser correctly supports putImageData alpha channels.
220
*
221
- * @method roundColor
+ * @method checkInverseAlpha
222
* @static
223
- * @param color {number} the color to round, should be a hex color
224
*/
225
PIXI.CanvasTinter.checkInverseAlpha = function()
226
{
0 commit comments