ColorToneEffect.LightColor Property

Gets or sets the LightColor variable within the shader.

Namespace: Microsoft.Expression.Media.Effects
Assembly: Microsoft.Expression.Effects (in microsoft.expression.effects.dll)

Syntax

'Declaration
Public Property LightColor As Color
'Usage
Dim instance As ColorToneEffect
Dim value As Color

value = instance.LightColor

instance.LightColor = value
public Color LightColor { get; set; }
public:
property Color LightColor {
    Color get ();
    void set (Color value);
}
/** @property */
public Color get_LightColor ()

/** @property */
public void set_LightColor (Color value)
public function get LightColor () : Color

public function set LightColor (value : Color)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ColorToneEffect Class
ColorToneEffect Members
Microsoft.Expression.Media.Effects Namespace