monks/shape_image_threshold

The shape-image-threshold CSS property sets the alpha channel threshold used to extract the shape using an image as the value for {{cssxref(“shape-outside”)}}.

Values

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for shape-image-threshold

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 shape-image-threshold. It will be wrapped in var() and have -- prepended.

Search Document