Skip to content

Commit 2b74d90

Browse files
committed
jsdoc fix.
1 parent ac14eda commit 2b74d90

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/pixi/renderers/canvas/utils/CanvasTinter.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,10 @@ PIXI.CanvasTinter.roundColor = function(color)
216216
};
217217

218218
/**
219-
* Rounds the specified color according to the PIXI.CanvasTinter.cacheStepsPerColorChannel.
219+
* Checks if the browser correctly supports putImageData alpha channels.
220220
*
221-
* @method roundColor
221+
* @method checkInverseAlpha
222222
* @static
223-
* @param color {number} the color to round, should be a hex color
224223
*/
225224
PIXI.CanvasTinter.checkInverseAlpha = function()
226225
{

0 commit comments

Comments
 (0)