Using Scout SDK 2.5, looking for way to customize visual advice images for navigation. As I understand the visual advice images are generated on the fly and there is no package of images, which can be replaced in order to use custom ones.
Question: is it possible to customize the color of generated on the fly images? I see that they have grey gamma for now, what about to change the gray gamma in different one?
The images are generated as transparent png – you can style their color scheme via renderVisualAdviceImage – it should be something similar to the following:
Where the array expected by SKVisualAdviceColor is made of 0 to 1 values matched to red/green/blue/alpha values.