SHAPE-IMAGE-THRESHOLD
The shape-image-threshold property defines the alpha channel threshold used to extract the shape using an image.
SYNTAX
CSS
shape-image-threshold: value;
JS
object.style.shapeImageThreshold = "value";
VALUES
<'shape-image-threshold'> = <alpha-value>
<alpha-value> = <number> | <percentage>
<number>
An integer or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits. The first character may be preceded by a sign (- or +). The last character may be succeeded by an exponent (e or E) and an integer.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
INITIAL
0