monks/mask_image
The mask-image CSS property sets the image that is used as the mask layer for an element, hiding sections of the element on which the masking image is set based on the alpha channel of the mask image and, depending on the {{cssxref(“mask-mode”)}} property value, the luminance of the mask image’s colors.
Values
pub const farthest_corner: #(String, String)
farthest-corner value of mask-image
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of mask-image
pub const none: #(String, String)
- : This keyword is interpreted as a transparent black image layer.
pub const revert_layer: #(String, String)