Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BAD_COLOR = color.RGBA{1.0, 1.0, 1.0, 0.0}
View Source
var PY_EXTRACTOR = "import matplotlib.pyplot as plt; print(plt.get_cmap('CMAP_NAME')([float(x) / float(STEPS - 1) for x in range(STEPS)]))"
Functions ¶
This section is empty.
Types ¶
type ColorMap ¶
type ColorMap struct {
// contains filtered or unexported fields
}
func GetCmapCustom ¶
Click to show internal directories.
Click to hide internal directories.