Legacy:ColorModifier: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{classbox| [[Legacy:UT2003|UT2003]] :: [[Legacy:Object|Object]] >> [[Legacy:Material|Material]] >> [[Legacy:Modifier|Modifier]] >> ColorModifier (Package: Engine)}}
{{classbox| [[Legacy:UT2003|UT2003]] :: [[Legacy:Object|Object]] >> [[Legacy:Material|Material]] >> [[Legacy:Modifier|Modifier]] >> ColorModifier (Package: Engine)}}
A ColorModifier applies a color change to the material specified in the Material property, and displays the result.


; color Color: [[Legacy:Color|Color]] to affect the material.
; color Color: [[Legacy:Color|Color]] to affect the material.

Latest revision as of 03:56, 16 March 2004

UT2003 :: Object >> Material >> Modifier >> ColorModifier (Package: Engine)

A ColorModifier applies a color change to the material specified in the Material property, and displays the result.

color Color
Color to affect the material.
bool RenderTwoSided
causes the resulting ColorModifier material to be two-sided if true.
bool AlphaBlend
if true, the A value of the color affects transparency of the result. For only transparency and no change in the material's color, set R, G and B to 128. Note: transparency does not work on all types of materials, eg Shaders are not affected by it.