Update Skin.js

This commit is contained in:
peabrainiac
2019-03-03 18:39:40 +01:00
committed by GitHub
parent 147b79d319
commit 152cf028cc

View File

@@ -76,6 +76,13 @@ class Skin extends EventEmitter {
return false;
}
/**
* @returns {boolean} true if alpha is premultiplied, false otherwise
*/
get hasPremultipliedAlpha () {
return false;
}
/**
* @return {int} the unique ID for this Skin.
*/