new Color
Parameters:
| Name | Type | Description |
|---|---|---|
r |
number | Red. |
g |
number | Green. |
b |
number | Blue. |
a |
number | Alpha. |
- Source:
- color.js, line 14
Members
-
a :number
-
- Source:
- color.js, line 34
-
b :number
-
- Source:
- color.js, line 29
-
g :number
-
- Source:
- color.js, line 24
-
r :number
-
- Source:
- color.js, line 19
Methods
-
<static> createFromString
-
Parameters:
Name Type Description strstring String. anumber= (Optional) Alpha. - Source:
- color.js, line 44
Returns:
Color.- Type
- ol.Color