Table of Contents

Class DistantSpecularEffect.Props

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll
public sealed class DistantSpecularEffect.Props : DeviceEffectProperties
Inheritance
DistantSpecularEffect.Props
Inherited Members

Constructors

Props()

Properties

Azimuth

The direction angle of the light source in the XY plane relative to the X-axis in the counter clock wise direction. The units are in degrees and must be between 0 and 360 degrees. The default value is 0.

ClassID

Implemented by the derived class to specify the effect's class ID (CLSID) when registering and creating the effect and for binding to an IDeviceEffectProperties.
Note that this is different than the ID property accessor, which queries the IDeviceEffectProperties for the actual runtime effect class ID.
Overriding this property is only necessary in advanced scenarios, such as when wrapping an existing effect (e.g. built-in Direct2D effects), or when working with CustomEffects that have their own generic type arguments (e.g. PixelShaderEffect).

Color

The color of the incoming light. The default value is { 1, 1, 1 } (white).

Elevation

The direction angle of the light source in the YZ plane relative to the Y-axis in the counter clock wise direction. The units are in degrees and must be between 0 and 360 degrees. The default value is 0.

Input
KernelUnitLength

The size of an element in the Sobel kernel used to generate the surface normal in the X and Y direction. This property is a Vector2Float (Kernel Unit Length X, Kernel Unit Length Y) and is defined in (device-independent pixels (DIPs)/Kernel Unit). The effect uses bilinear interpolation to scale the bitmap to match size of kernel elements. The default value is { 1, 1 }.

ScaleMode

The interpolation mode the effect uses to scale the image to the corresponding kernel unit length. There are six scale modes that range in quality and speed. The default value is DistantSpecularScaleMode.Linear.

SpecularConstant

The ratio of specular reflection to the incoming light. The value is unitless and must be between 0 and 10,000. The default value is 1.

SpecularExponent

The exponent for the specular term in the Phong lighting equation. A larger value corresponds to a more reflective surface. The value is unitless and must be between 1.0 and 128. The default value is 1.

SurfaceScale

The scale factor in the Z direction. The value is unitless and must be between 0 and 10,000. The default value is 1.