Table of Contents

Class PhongMaterials

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.SharpDX.dll
public static class PhongMaterials
Inheritance
PhongMaterials
Inherited Members

Properties

Bisque

public static PhongMaterial Bisque { get; }

Property Value

PhongMaterial

Black

public static PhongMaterial Black { get; }

Property Value

PhongMaterial

BlackPlastic

public static PhongMaterial BlackPlastic { get; }

Property Value

PhongMaterial

BlackRubber

public static PhongMaterial BlackRubber { get; }

Property Value

PhongMaterial

BlanchedAlmond

public static PhongMaterial BlanchedAlmond { get; }

Property Value

PhongMaterial

Blue

public static PhongMaterial Blue { get; }

Property Value

PhongMaterial

Brass

public static PhongMaterial Brass { get; }

Property Value

PhongMaterial

Bronze

public static PhongMaterial Bronze { get; }

Property Value

PhongMaterial

Chrome

public static PhongMaterial Chrome { get; }

Property Value

PhongMaterial

Copper

public static PhongMaterial Copper { get; }

Property Value

PhongMaterial

DefaultVRML

public static PhongMaterial DefaultVRML { get; }

Property Value

PhongMaterial

Emerald

public static PhongMaterial Emerald { get; }

Property Value

PhongMaterial

Glass

public static PhongMaterial Glass { get; }

Property Value

PhongMaterial

Gold

public static PhongMaterial Gold { get; }

Property Value

PhongMaterial

Gray

public static PhongMaterial Gray { get; }

Property Value

PhongMaterial

Green

public static PhongMaterial Green { get; }

Property Value

PhongMaterial

Indigo

public static PhongMaterial Indigo { get; }

Property Value

PhongMaterial

Jade

public static PhongMaterial Jade { get; }

Property Value

PhongMaterial

LightGray

public static PhongMaterial LightGray { get; }

Property Value

PhongMaterial

Materials

public static PhongMaterialCollection Materials { get; }

Property Value

PhongMaterialCollection

MediumGray

public static PhongMaterial MediumGray { get; }

Property Value

PhongMaterial

Obsidian

public static PhongMaterial Obsidian { get; }

Property Value

PhongMaterial

Orange

public static PhongMaterial Orange { get; }

Property Value

PhongMaterial

Pearl

public static PhongMaterial Pearl { get; }

Property Value

PhongMaterial

Pewter

public static PhongMaterial Pewter { get; }

Property Value

PhongMaterial

PolishedBronze

public static PhongMaterial PolishedBronze { get; }

Property Value

PhongMaterial

PolishedCopper

public static PhongMaterial PolishedCopper { get; }

Property Value

PhongMaterial

PolishedGold

public static PhongMaterial PolishedGold { get; }

Property Value

PhongMaterial

PolishedSilver

public static PhongMaterial PolishedSilver { get; }

Property Value

PhongMaterial

PureWhite

public static PhongMaterial PureWhite { get; }

Property Value

PhongMaterial

Red

public static PhongMaterial Red { get; }

Property Value

PhongMaterial

Ruby

public static PhongMaterial Ruby { get; }

Property Value

PhongMaterial

Silver

public static PhongMaterial Silver { get; }

Property Value

PhongMaterial

Turquoise

public static PhongMaterial Turquoise { get; }

Property Value

PhongMaterial

Violet

public static PhongMaterial Violet { get; }

Property Value

PhongMaterial

White

public static PhongMaterial White { get; }

Property Value

PhongMaterial

Yellow

public static PhongMaterial Yellow { get; }

Property Value

PhongMaterial

Methods

FromScRgb(float, float, float, float)

FromScRgb

public static Color FromScRgb(float a, float r, float g, float b)

Parameters

a float
r float
g float
b float

Returns

Color

GetMaterial(string)

public static PhongMaterial GetMaterial(string materialName)

Parameters

materialName string

Returns

PhongMaterial

ToColor(double, double, double, double)

public static Color4 ToColor(double r, double g, double b, double a = 1)

Parameters

r double
g double
b double
a double

Returns

Color4