Method: Axlsx::AreaSeries#color
- Defined in:
- lib/axlsx/drawing/area_series.rb
#color ⇒ String
The fill color for this series. Red, green, and blue is expressed as sequence of hex digits, RRGGBB. A perceptual gamma of 2.2 is used.
20 21 22 |
# File 'lib/axlsx/drawing/area_series.rb', line 20 def color @color end |