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
Implement color-maps/a color-map interface for more flexible vehicle coloring (i.e. backed by a 256 color array, B-Splines or similar).
This should contain basic lookup functionality such as next and linear for nearest neighbor and linear filtered lookup (in case of array based color-maps).
The text was updated successfully, but these errors were encountered:
Implement color-maps/a color-map interface for more flexible vehicle coloring (i.e. backed by a 256 color array, B-Splines or similar).
This should contain basic lookup functionality such as
next
andlinear
for nearest neighbor and linear filtered lookup (in case of array based color-maps).The text was updated successfully, but these errors were encountered: