Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ColorProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional HueSaturationLightness

HueSaturationLightness: undefined | string

hsl() and hsla() is supported in functional notation: hsl() and hsla() is supported in functional notation:

Optional NamedColors

NamedColors: undefined | string

It is used to specify named colors It is used to specify named colors

Optional rgb

rgb: undefined | string

React Native supports rgb() and rgba() in both hexadecimal and functional notation: React Native supports rgb() and rgba() in both hexadecimal and functional notation:

Optional transparent

transparent: undefined | string

This is a shortcut for rgba(0,0,0,0): This is a shortcut for rgba(0,0,0,0):

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc