- Joined
- Nov 4, 2018
- Messages
- 83
- Reaction score
- 86
- First Language
- English
- Primarily Uses
- RMMV
Which HUDMaker? MV? MV will happily draw letters on a fraction of a pixel and mess up my carefully laid pixels, which is why I've stopped working on this plugin.
Try entering your outline color as rgba(0, 0, 0, 0.5) and your textColor as hex #RRBBGGAA. Otherwise the code that gets the colors from the text objects might need to change. It would be possible to draw the color to a 1x1 pixel image and then read the resulting color. this would work no matter the color format but would likely be even slower than it is now.
Try entering your outline color as rgba(0, 0, 0, 0.5) and your textColor as hex #RRBBGGAA. Otherwise the code that gets the colors from the text objects might need to change. It would be possible to draw the color to a 1x1 pixel image and then read the resulting color. this would work no matter the color format but would likely be even slower than it is now.
Last edited: