Class EmbossedEffect
Effect that simulates an embossed look for the visual.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Expression.Media.Effects
Assembly: OpenSilver.Expression.Effects.dll
Syntax
public sealed class EmbossedEffect : ShaderEffect
Constructors
| Improve this Doc View SourceEmbossedEffect()
Creates an instance and updates the shader's variables to the default values.
Declaration
public EmbossedEffect()
Fields
| Improve this Doc View SourceAmountProperty
This property is mapped to the Amount variable within the pixel shader.
Declaration
public static readonly DependencyProperty AmountProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ColorProperty
This property is mapped to the Color variable within the pixel shader.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
HeightProperty
This property is mapped to the Height variable within the pixel shader.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
InputProperty
The explicit input for this pixel shader.
Declaration
public static readonly DependencyProperty InputProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAmount
Gets or sets the Amount variable within the shader.
Declaration
public double Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Color
Gets or sets the Color variable within the shader.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Height
Gets or sets the Height variable within the shader.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |