Utilities for controlling how an SVG mask is interpreted.
Use the mask-type-alpha and mask-type-luminance utilities to control the type of an SVG mask:
When using mask-type-luminance the luminance value of the SVG mask determines visibility, so sticking with grayscale colors will produce the most predictable results. With mask-alpha, the opacity of the SVG mask determines the visibility of the masked element.