Class Format
In: lib/spreadsheet/format.rb
Parent: Object

Methods

Constants

COLORS = { 'aqua' => 0x0F, 'black' => 0x08, 'blue' => 0x0C, 'brown' => 0x10, 'cyan' => 0x0F, 'fuchsia' => 0x0E, 'gray' => 0x17, 'grey' => 0x17, 'green' => 0x11, 'lime' => 0x0B, 'magenta' => 0x0E, 'navy' => 0x12, 'orange' => 0x1D, 'purple' => 0x24, 'red' => 0x0A, 'silver' => 0x16, 'white' => 0x09, 'yellow' => 0x0D

Attributes

xf_index  [RW] 

Public Class methods

Public Instance methods

Should I return the stringified version of the color if applicable?

[Validate]