fastplotlib.graphics.features.VertexColors#

class VertexColors(colors, n_colors, property_name='colors')[source]#

Manages the vertex color buffer for PositionsGraphic

Parameters:
  • colors (ColorLike | MultiColorLike) – specify colors as a single human-readable string, RGBA array, or an iterable of strings or RGBA arrays

  • n_colors (int) – number of colors, if passing in a single str or single RGBA array