alpha
Getter
A value from 0.0 (fully-transparent) to 1.0 (fully-opaque) controlling the transparency of surfaces to which this material is applied; or undefined if this material does not override surface transparency.
alpha: undefined | number
Returns - undefined | number
Setter
alpha(alpha: number): void
Parameter | Type | Description |
---|---|---|
alpha | number |
Returns - void
Defined in
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.