Module gwy :: Class LayerBasicRangeType
[hide private]
[frames] | no frames]

Class LayerBasicRangeType

source code

Types of color gradient mapping in LayerBasic.


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  LAYER_BASIC_RANGE_ADAPT
Color range is mapped nonuniformly, see gwy_pixbuf_draw_data_field_adaptive().
  LAYER_BASIC_RANGE_AUTO
Color gradient is uniformly mapped to a range inside which most of data points lie, that is height distribution tails are cut off.
  LAYER_BASIC_RANGE_FIXED
Color gradient is uniformly mapped to a fixed range, independent on data.
  LAYER_BASIC_RANGE_FULL
Color gradient is uniformly mapped to range from data minimum to maximum.