Class Materials
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Contains a set of predefined materials.
public static class Materials
- Inheritance
-
Materials
- Inherited Members
Properties
Black
Gets the black material.
public static Material Black { get; }
Property Value
Blue
Gets the blue material.
public static Material Blue { get; }
Property Value
Brown
Gets the brown material.
public static Material Brown { get; }
Property Value
DarkGray
Gets the dark GrayMaterial material.
public static Material DarkGray { get; }
Property Value
Gold
Gets the gold material.
public static Material Gold { get; }
Property Value
Gray
Gets the GrayMaterial material.
public static Material Gray { get; }
Property Value
Green
Gets the green material.
public static Material Green { get; }
Property Value
Hue
Gets the hue material.
public static Material Hue { get; }
Property Value
Indigo
Gets the indigo material.
public static Material Indigo { get; }
Property Value
LightGray
Gets the light GrayMaterial material.
public static Material LightGray { get; }
Property Value
Orange
Gets the orange material.
public static Material Orange { get; }
Property Value
Rainbow
Gets the rainbow material.
public static Material Rainbow { get; }
Property Value
Red
Gets the red material.
public static Material Red { get; }
Property Value
Violet
Gets the violet material.
public static Material Violet { get; }
Property Value
White
Gets the white material.
public static Material White { get; }
Property Value
Yellow
Gets the yellow material.
public static Material Yellow { get; }