paintIf

Paint arg in color ifTrue if cond evaluates to true, use color ifFalse otherwise

package
paintIf
(
T
)
(
T arg
,
bool cond
,
string ifTrue
,
string ifFalse
)

Meta