"selectorImagePath" only used as alpha channel?
-
I'm creating a new theme and I'd like to customize the selection bar by replacing it with an image (for example the typical pointing hand you can see in many Japanese RPGs). In the official theming documentation it says:
selectorImagePath - type: PATH.
Path to image to render in place of "selector bar."I've added it to my theme .xml and although the image is read, it's only used as the alpha channel for the selection bar so it only has one color (that I can modify by using "primaryColor") with different levels of transparency based on the alpha channel of my input .png.
Is that the correct behaviour? Am I missing something?
Regards
-
If I understand you correct, try this
<selectorColor>ffffff</selectorColor>
That should set your (selector) image to its original colour?
-
That was it! So it seems the selectorColor property is a multiplying value.
Regards and thank you very much.
EDIT: You can see the result here
...no I can remove the UP/DOWN help from the bottom.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.