Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting Rid of Sepia color
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#6
RE: Getting Rid of Sepia color

FadeSepiaColorTo(15.0f,1.0f);
Means that you set the sepia to 15 with the speed of 1.0f. This probably means that it takes 15 secs before it reaches 15. However, when you set it to:

FadeSepiaColorTo(0.0f,0.0f);
You tell it to change to 0 with the speed 0. Since there is no "speed" there is no change. Correct should be:

FadeSepiaColorTo(0.0f,1.0f);
(Change to 0 with the speed of 1.)

[Image: mZiYnxe.png]


02-23-2011, 01:53 AM
Find


Messages In This Thread
Getting Rid of Sepia color - by pawsUp1703 - 02-21-2011, 04:13 PM
RE: Getting Rid of Sepia color - by Pandemoneus - 02-21-2011, 04:15 PM
RE: Getting Rid of Sepia color - by pawsUp1703 - 02-21-2011, 04:37 PM
RE: Getting Rid of Sepia color - by Tottel - 02-21-2011, 09:47 PM
RE: Getting Rid of Sepia color - by pawsUp1703 - 02-22-2011, 06:40 AM
RE: Getting Rid of Sepia color - by Acies - 02-23-2011, 01:53 AM



Users browsing this thread: 1 Guest(s)