Home > mapbox-geo-circle-layer > DEFAULT_FILL
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.
Default fill color of a circle (opaque white).
Signature:
DEFAULT_FILL: {
readonly red: 1;
readonly green: 1;
readonly blue: 1;
readonly alpha: 1;
}