elmTransparency
elmTransparency: number | undefined
Optional line color transparency to combine with transparency. Transparency values are combined by multiplying the opaqueness. A 50% transparent element on a 50% transparent sub-category creates a 75% transparent result (1 - ((1 - .5) * (1 - .5)) = 0.75). Value range is [0.0,1.0]. Pass 0.0 for completely opaque and 1.0 for completely transparent.
Defined in
- core/common/src/GeometryParams.ts Line 101
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.