monks/mask_border_mode
The mask-border-mode CSS property specifies the blending mode used in a mask border.
Values
pub const alpha: #(String, String)
- : The alpha values of the mask border image are used as the mask values.
pub const luminance: #(String, String)
- : The luminance values of the mask border image are used as the mask values.
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for mask-border-mode
pub const revert_layer: #(String, String)