A_SetStencilColor()

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: A_SetStencilColor()

Re: A_SetStencilColor()

by Graf Zahl » Tue Jul 17, 2018 2:53 pm

That function already exists. It's a function because it needs to do some bookkeeping for the software renderer when setting the value.

Re: A_SetStencilColor()

by SPZ1 » Tue Jul 17, 2018 2:35 pm

Whatever way it works is fine with me !

Re: A_SetStencilColor()

by Graf Zahl » Tue Jul 17, 2018 12:42 pm

You mean like "SetShade(Color(r,g,b));" ?

Re: A_SetStencilColor()

by SPZ1 » Tue Jul 17, 2018 11:10 am

What about overloading it like : SetShade(red, green, blue) ?

Re: A_SetStencilColor()

by phantombeta » Tue Jul 17, 2018 11:04 am

[wiki=SetShade]Already in.[/wiki]

A_SetStencilColor()

by SPZ1 » Tue Jul 17, 2018 10:49 am

A_SetStencilColor();

Self explanatory right? :shucks:

This is definitely Graf's department...

Top