This topic has not yet been rated - Rate this topic

LightFixed.Specular Property

Gets or sets the specular color emitted by the light.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

public Color Specular { get; set; }
/** @property */
public Color get_Specular ()

/** @property */
public void set_Specular (Color value)

public function get Specular () : Color

public function set Specular (value : Color)

Property Value

A Color structure that represents the specular color.
Exception typeCondition

InvalidCallException

The property value is invalid.

This property accommodates fixed-point math operations.

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Compact Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.