repa-io-2.0.0.1: Read and write Repa arrays in various formats.

Data.Array.Repa.IO.ColorRamp

Description

Hyprometric color ramps, for making pretty images from scalar data.

Synopsis

Documentation

rampColorHotToColdSource

Arguments

:: forall a . (Ord a, Floating a) 
=> a

Minimum value of range.

-> a

Maximum value of range.

-> a

Data value.

-> (a, a, a) 

Standard Hot to Cold hypsometric color ramp. Color sequence is red, yellow, green, cyan, blue.