MCPcopy Create free account
hub / github.com/vispy/vispy / color_scale

Method color_scale

vispy/visuals/spectrogram.py:125–127  ·  view source on GitHub ↗

The color scale

(self)

Source from the content-addressed store, hash-verified

123
124 @property
125 def color_scale(self):
126 """The color scale"""
127 return self._color_scale
128
129 @color_scale.setter
130 def color_scale(self, color_scale):

Callers

nothing calls this directly

Calls 1

_update_imageMethod · 0.95

Tested by

no test coverage detected