From 152cf028cc699c2efcdfb10f47a0cf66ae59d1f7 Mon Sep 17 00:00:00 2001 From: peabrainiac <43812953+peabrainiac@users.noreply.github.com> Date: Sun, 3 Mar 2019 18:39:40 +0100 Subject: [PATCH] Update Skin.js --- src/Skin.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Skin.js b/src/Skin.js index d5fcbb3..e0e7413 100644 --- a/src/Skin.js +++ b/src/Skin.js @@ -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. */