Files
2016-07-06 16:09:11 +03:00

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%}