Function: findMatchingColormap()
findMatchingColormap(
rgbPoints,actor):ColormapPublic|null
Finds a colormap that matches the given RGB points.
Parameters
• rgbPoints: any
The RGB points to match against the colormaps.
• actor: any
Returns
ColormapPublic | null
The matched colormap object or null if no match is found.