Black and white fade?

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
Cicerone
Posts: 25
Joined: Sun Jul 19, 2015 11:45 pm

Black and white fade?

Post by Cicerone »

Is it possible to reproduce a black and white kind of fade with "fadeto" in GZDOOM?
User avatar
MetallicaSepultura
Posts: 178
Joined: Sun May 15, 2016 3:49 am
Location: Futura City, currently slaughtering Rahzs

Re: Black and white fade?

Post by MetallicaSepultura »

try searching on google "Fading zdoom".
gzdoom is another version of zdoom, so the zdoom stuff will also work on GZ.
User avatar
Jaxxoon R
Posts: 772
Joined: Sun May 04, 2014 7:22 pm

Re: Black and white fade?

Post by Jaxxoon R »

Yes.

Code: Select all

FadeTo(r,g,b,1.0,2.0);
"r" "g" and "b" being the RGB values. Black would be all zeroes, white would be all 255.
http://zdoom.org/wiki/FadeTo
Locked

Return to “Editing (Archive)”