Home > mapbox-geo-circle-layer > RGBA
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
RGBA components.
Signature:
export interface RGBA
Property | Modifiers | Type | Description |
---|---|---|---|
alpha | number | (BETA) Alpha component. [0, 1]. | |
blue | number | (BETA) Blue component. [0, 1]. | |
green | number | (BETA) Green component. [0, 1]. | |
red | number | (BETA) Red component. [0, 1]. |