Changes between Version 56 and Version 57 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2014-05-22T19:32:53+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v56 v57 911 911 912 912 === Color syntaxes === 913 You may specify a color using `#RGB`, `#RRGGBB`, `#RRGGBBAA`, `rgb(/*red between 0.0 and 1.0*/, /*green*/, /*blue*/)`, `rgba(/*r*/, /*g*/, /*b*/, /*alpha*/)`. 913 You may specify a color using `#RGB`, `#RRGGBB`, `#RRGGBBAA`, `rgb(/*red between 0.0 and 1.0*/, /*green*/, /*blue*/)`, `rgba(/*r*/, /*g*/, /*b*/, /*alpha*/)`, `hsb_color(/*hue*/, /*saturation*/, /*brightness*/)`. 914 914 915 915