Search found 3 matches

by Ild
Tue Jun 27, 2023 7:10 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Inaccurate TintMatrix colors
Replies: 7
Views: 371

Re: Inaccurate TintMatrix colors

PS. Maybe Transform() would update displayables in real time. Something like Transform("images/body.png", matrixcolor=TintMatrix(body_tint)) ? I took a break from looking any code at all after driving myself crazy. I gave your suggestion a try was I very happy to see you've found the solu...
by Ild
Mon Jun 05, 2023 2:00 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Inaccurate TintMatrix colors
Replies: 7
Views: 371

Re: Inaccurate TintMatrix colors

I'll hazard a guess : alpha value issue? If the colors are accurate but are darker than they should be then it could be that the alpha is not 1.0 (or 255, whatever is used) and is mixed with a dark color behind that color. Thanks for the idea. I did try messing with this a bit, but it actually give...
by Ild
Sat Jun 03, 2023 8:32 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Inaccurate TintMatrix colors
Replies: 7
Views: 371

[SOLVED] Inaccurate TintMatrix colors

Hello, I've been stuck on this and have run out of ideas on what I could do to fix it. This happens on both Renpy versions 8.1.0 and 7.5.3 Problem: The colors that are shown on screen when the sliders are moved is different than the hex color that is set, however, when jumped to a new screen, the co...