Interface IExperimentalAcrylicMaterial
Experimental Interface for producing Acrylic-like materials.
[NotClientImplementable]
public interface IExperimentalAcrylicMaterial
- Extension Methods
Properties
BackgroundSource
Gets the AcrylicBackgroundSource of the material.
AcrylicBackgroundSource BackgroundSource { get; }
Property Value
FallbackColor
Gets the fallback color.
Color FallbackColor { get; }
Property Value
MaterialColor
Gets the effective material color.
Color MaterialColor { get; }
Property Value
TintColor
Gets the TintColor of the material.
Color TintColor { get; }
Property Value
TintOpacity
Gets the TintOpacity of the material.
double TintOpacity { get; }