Class: Fauve::Scheme::ColourMap

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/fauve/scheme/colour_map.rb

Overview

Representation of a colour map as part of a wider scheme. Holds the colour map hash as defined in the fauve.yaml file

Instance Attribute Summary collapse

Instance Attribute Details

#mapObject

Returns the value of attribute map.



11
12
13
# File 'lib/fauve/scheme/colour_map.rb', line 11

def map
  @map
end