Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Make a sprite brighter [Solved]  (Read 1935 times)

0 Members and 1 Guest are viewing this topic.

thoregan

  • Newbie
  • *
  • Posts: 2
    • View Profile
Make a sprite brighter [Solved]
« on: October 22, 2015, 07:20:56 pm »
Hello, there is any way to make a sprite brighter ? i use setColor to make it darker but i can't make it brighter with it, thanks for help.
« Last Edit: October 22, 2015, 08:23:26 pm by thoregan »

BlueCobold

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: Make a sprite brighter
« Reply #1 on: October 22, 2015, 07:22:52 pm »
Not really, because it's unclear what the result shall be. You can either blend a semi-transparent white one over it or apply various filters by using a shader.

thoregan

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Make a sprite brighter
« Reply #2 on: October 22, 2015, 08:22:51 pm »
Ok thanks you i'm going to blend a white layer over it.