Constructors
constructor
-
new Color(knownColor: string): Color
-
new Color(hex: string): Color
-
new Color(argb: number): Color
-
new Color(alpha: number, red: number, green: number, blue: number): Color
-
Parameters
-
Parameters
-
Parameters
-
Parameters
-
alpha: number
-
red: number
-
green: number
-
blue: number
Properties
a
a:
number
android
android:
number
argb
argb:
number
b
b:
number
g
g:
number
hex
hex:
string
ios
ios:
any
name
name:
string
r
r:
number
Methods
equals
-
equals(value: Color): boolean
-
Parameters
Returns boolean
Static equals
-
Parameters
Returns boolean
Static
fromIosColor
-
fromIosColor(value: any): Color
-
Parameters
Static
isValid
-
isValid(value: any): boolean
-
Parameters
Returns boolean
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