Search found 46 matches

by mahoop
Thu Jun 16, 2016 5:27 pm
Forum: Ren'Py Questions and Announcements
Topic: [How to] Blending colors on my characters
Replies: 2
Views: 549

[How to] Blending colors on my characters

I'm a starter at Ren'py. Whenever 2 or more characters are on the screen, I want to make all the characters that are not talking, to become "darker". I tried the following code: image main_character = im.MatrixColor("main_character.png",im.matrix.saturation(0.5)*im.matrix.tint(.75,.75,.75)*im.matrix...