mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
510 B
510 B
nav-title | title | environment | description | previous_url |
---|---|---|---|---|
color How-To | color | nativescript | Examples for using color | /ApiReference/color/HOW-TO |
Color
Using Colors requires the "color" module. {%snippet color-require%}
Creating a Color from a hex value.
{%snippet color-hex%}
Creating a Color from a short hex value.
{%snippet color-hex-short%}
Creating a Color from four ARGB values
{%snippet color-rgb%}
Creating a Color from a single ARGB value
{%snippet color-rgb-single%}