Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the DarkColor variable within the shader.
Namespace: Microsoft.Expression.Media.Effects
Assembly: Microsoft.Expression.Effects (in microsoft.expression.effects.dll)
Syntax
'Declaration
Public Property DarkColor As Color
'Usage
Dim instance As ColorToneEffect
Dim value As Color
value = instance.DarkColor
instance.DarkColor = value
public Color DarkColor { get; set; }
public:
property Color DarkColor {
Color get ();
void set (Color value);
}
/** @property */
public Color get_DarkColor ()
/** @property */
public void set_DarkColor (Color value)
public function get DarkColor () : Color
public function set DarkColor (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