Class PhongMaterials
- Namespace
- HelixToolkit.WinUI.SharpDX
- Assembly
- HelixToolkit.WinUI.SharpDX.dll
public static class PhongMaterials
- Inheritance
-
PhongMaterials
- Inherited Members
Properties
Bisque
public static PhongMaterial Bisque { get; }
Property Value
Black
public static PhongMaterial Black { get; }
Property Value
BlackPlastic
public static PhongMaterial BlackPlastic { get; }
Property Value
BlackRubber
public static PhongMaterial BlackRubber { get; }
Property Value
BlanchedAlmond
public static PhongMaterial BlanchedAlmond { get; }
Property Value
Blue
public static PhongMaterial Blue { get; }
Property Value
Brass
public static PhongMaterial Brass { get; }
Property Value
Bronze
public static PhongMaterial Bronze { get; }
Property Value
Chrome
public static PhongMaterial Chrome { get; }
Property Value
Copper
public static PhongMaterial Copper { get; }
Property Value
DefaultVRML
public static PhongMaterial DefaultVRML { get; }
Property Value
Emerald
public static PhongMaterial Emerald { get; }
Property Value
Glass
public static PhongMaterial Glass { get; }
Property Value
Gold
public static PhongMaterial Gold { get; }
Property Value
Gray
public static PhongMaterial Gray { get; }
Property Value
Green
public static PhongMaterial Green { get; }
Property Value
Indigo
public static PhongMaterial Indigo { get; }
Property Value
Jade
public static PhongMaterial Jade { get; }
Property Value
LightGray
public static PhongMaterial LightGray { get; }
Property Value
Materials
public static PhongMaterialCollection Materials { get; }
Property Value
MediumGray
public static PhongMaterial MediumGray { get; }
Property Value
Obsidian
public static PhongMaterial Obsidian { get; }
Property Value
Orange
public static PhongMaterial Orange { get; }
Property Value
Pearl
public static PhongMaterial Pearl { get; }
Property Value
Pewter
public static PhongMaterial Pewter { get; }
Property Value
PolishedBronze
public static PhongMaterial PolishedBronze { get; }
Property Value
PolishedCopper
public static PhongMaterial PolishedCopper { get; }
Property Value
PolishedGold
public static PhongMaterial PolishedGold { get; }
Property Value
PolishedSilver
public static PhongMaterial PolishedSilver { get; }
Property Value
PureWhite
public static PhongMaterial PureWhite { get; }
Property Value
Red
public static PhongMaterial Red { get; }
Property Value
Ruby
public static PhongMaterial Ruby { get; }
Property Value
Silver
public static PhongMaterial Silver { get; }
Property Value
Turquoise
public static PhongMaterial Turquoise { get; }
Property Value
Violet
public static PhongMaterial Violet { get; }
Property Value
White
public static PhongMaterial White { get; }
Property Value
Yellow
public static PhongMaterial Yellow { get; }
Property Value
Methods
FromScRgb(float, float, float, float)
FromScRgb
public static Color FromScRgb(float a, float r, float g, float b)
Parameters
Returns
GetMaterial(string)
public static PhongMaterial GetMaterial(string materialName)
Parameters
materialNamestring
Returns
ToColor(double, double, double, double)
public static Color4 ToColor(double r, double g, double b, double a = 1)