Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1003 Bytes

mapbox-geo-circle-layer.rgba.md

File metadata and controls

26 lines (17 loc) · 1003 Bytes

Home > mapbox-geo-circle-layer > RGBA

RGBA interface

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 

Properties

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].