Class ObjMaterialColor
Inheritance
ObjMaterialColor
Assembly: JeremyAnsel.Media.WavefrontObj.dll
public class ObjMaterialColor
Constructors
|
Edit this page
View Source
Declaration
public ObjMaterialColor()
|
Edit this page
View Source
Declaration
public ObjMaterialColor(float x, float y, float z)
Parameters
|
Edit this page
View Source
Declaration
public ObjMaterialColor(string? spectralFileName)
Parameters
Type |
Name |
Description |
string |
spectralFileName |
|
|
Edit this page
View Source
Declaration
public ObjMaterialColor(string? spectralFileName, float factor)
Parameters
Type |
Name |
Description |
string |
spectralFileName |
|
float |
factor |
|
Properties
|
Edit this page
View Source
Declaration
public ObjVector3 Color { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsRGB { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsSpectral { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsXYZ { get; }
Property Value
|
Edit this page
View Source
Declaration
public float SpectralFactor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string? SpectralFileName { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool UseXYZColorSpace { get; set; }
Property Value