IObjectText Color parameters
Posted: Fri Aug 02, 2019 9:23 pm
The SetTextColor() method on text objects takes in a color type, but ignores its alpha component. Can this be changed?
I'm attempting to use text objects for pixel art animation, but because I don't have access to transparent pixels I can't animate it using SetTextColor() alone. I could use a work around like setting the text's position, but SetWorldPosition() takes much longer to evaluate than SetTextColor().
I should also note that this is probably one of the easier changes that could be made to the api that also yields the most results. please consider adding this into the next update.
I'm attempting to use text objects for pixel art animation, but because I don't have access to transparent pixels I can't animate it using SetTextColor() alone. I could use a work around like setting the text's position, but SetWorldPosition() takes much longer to evaluate than SetTextColor().
I should also note that this is probably one of the easier changes that could be made to the api that also yields the most results. please consider adding this into the next update.