Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ColorMap ¶
type ColorMap struct {
// contains filtered or unexported fields
}
func GenInferno ¶
func GenInferno() ColorMap
func GenViridis ¶
func GenViridis() ColorMap
func NewColorMap ¶
func NewColorMap( val0 ColorMapVal, val1 ColorMapVal, vals ...ColorMapVal, ) (ColorMap, error)
type ColorMapBaked ¶
type ColorMapBaked struct {
// contains filtered or unexported fields
}
func (ColorMapBaked) NumToColor ¶
func (cmb ColorMapBaked) NumToColor(num int) Color
type ColorMapBakedVal ¶
type ColorMapBakedVal struct {
// contains filtered or unexported fields
}
type ColorMapBakedValSlc ¶
type ColorMapBakedValSlc []ColorMapBakedVal
type ColorMapVal ¶
type ColorMapValSlc ¶
type ColorMapValSlc []ColorMapVal
func (ColorMapValSlc) Len ¶
func (c ColorMapValSlc) Len() int
func (ColorMapValSlc) Less ¶
func (c ColorMapValSlc) Less(i, j int) bool
func (ColorMapValSlc) Swap ¶
func (c ColorMapValSlc) Swap(i, j int)
type NumToColorInterface ¶
Click to show internal directories.
Click to hide internal directories.