Black and white fade?
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.
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.
Black and white fade?
Is it possible to reproduce a black and white kind of fade with "fadeto" in GZDOOM?
- MetallicaSepultura
- Posts: 178
- Joined: Sun May 15, 2016 3:49 am
- Location: Futura City, currently slaughtering Rahzs
Re: Black and white fade?
try searching on google "Fading zdoom".
gzdoom is another version of zdoom, so the zdoom stuff will also work on GZ.
gzdoom is another version of zdoom, so the zdoom stuff will also work on GZ.
Re: Black and white fade?
Yes.
"r" "g" and "b" being the RGB values. Black would be all zeroes, white would be all 255.
http://zdoom.org/wiki/FadeTo
Code: Select all
FadeTo(r,g,b,1.0,2.0);http://zdoom.org/wiki/FadeTo