MASK-TYPE
The mask-type property defines whether the content of the mask element is treated as as luminance mask or alpha mask.
SYNTAX
CSS
mask-type: value;
JS
object.style.maskType = "value";
VALUES
<'mask-type'> = luminance | alpha
luminance
Indicates that the luminance values of the mask should be used.
alpha
Indicates that the alpha values of the mask should be used.
INITIAL
luminance