You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#22: Add documentation for converting RGB values to color palette indices
Add a new section explaining how to convert arbitrary RGB color values to
the closest Push 2 color palette index. This includes:
- Instructions for retrieving the complete palette
- Distance calculation methods (Euclidean and perceptual)
- Alternative approach of modifying the palette with custom colors
This addresses the question about translating Max For Live colors to
Palette Color Index values.
0 commit comments