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 inherit: #(String, String)
pub const initial: #(String, String)
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: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for mask-border-mode. It will be wrapped in var() and have -- prepended.

Search Document