Author Topic: How do I blend my sprites to white color?  (Read 1543 times)

alexei

  • Guest
How do I blend my sprites to white color?
« on: September 23, 2013, 05:37:19 AM »
Setting the tint color would only use the default color. is there a method to set the sprite color to white color? would it be workable with tweencolor too?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How do I blend my sprites to white color?
« Reply #1 on: September 23, 2013, 06:55:48 AM »
Custom shader, or just use Unlit/Premultiplied Colored.

alexei

  • Guest
Re: How do I blend my sprites to white color?
« Reply #2 on: September 23, 2013, 09:24:33 PM »
I am already using Unlit/Premultiplied Colored shader. But how do i change the color of sprites to white? For example a red color sprite to white color sprite

alexei

  • Guest
Re: How do I blend my sprites to white color?
« Reply #3 on: September 24, 2013, 02:32:01 AM »
It seems like while using Unlit/Premultiplied Colored, setting the alpha will produce some sort of lighting or brightness effect but it is still not quite close to what I wanted. I'm not sure whether this is the method you are trying to suggest to me though.

If I were to use the above method, is there still method to allow transparency fading manipulation? I mean without triggering the brightening effect and just simply fading away the sprites.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How do I blend my sprites to white color?
« Reply #4 on: September 24, 2013, 01:59:52 PM »
You need a custom shader to do what you want.