• Api Documentation
  • Code Coverage
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Media.WavefrontObj
      • ObjApproximationTechnique
      • ObjConstantParametricSubdivisionTechnique
      • ObjConstantSpatialSubdivisionTechnique
      • ObjCurvatureDependentSubdivisionTechnique
      • ObjCurve
      • ObjCurve2D
      • ObjCurveIndex
      • ObjElement
      • ObjFace
      • ObjFile
      • ObjFileReaderSettings
      • ObjFreeFormElement
      • ObjFreeFormType
      • ObjGroup
      • ObjLine
      • ObjMapChannel
      • ObjMaterial
      • ObjMaterialColor
      • ObjMaterialFile
      • ObjMaterialMap
      • ObjMaterialReflectionMap
      • ObjPoint
      • ObjPolygonalElement
      • ObjSurface
      • ObjSurfaceConnection
      • ObjTriplet
      • ObjVector3
      • ObjVector4
      • ObjVertex

    Class ObjMaterialColor

    Inheritance
    object
    ObjMaterialColor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Media.WavefrontObj
    Assembly: JeremyAnsel.Media.WavefrontObj.dll
    Syntax
    public class ObjMaterialColor

    Constructors

    | Edit this page View Source

    ObjMaterialColor()

    Declaration
    public ObjMaterialColor()
    | Edit this page View Source

    ObjMaterialColor(float, float, float)

    Declaration
    public ObjMaterialColor(float x, float y, float z)
    Parameters
    Type Name Description
    float x
    float y
    float z
    | Edit this page View Source

    ObjMaterialColor(string?)

    Declaration
    public ObjMaterialColor(string? spectralFileName)
    Parameters
    Type Name Description
    string spectralFileName
    | Edit this page View Source

    ObjMaterialColor(string?, float)

    Declaration
    public ObjMaterialColor(string? spectralFileName, float factor)
    Parameters
    Type Name Description
    string spectralFileName
    float factor

    Properties

    | Edit this page View Source

    Color

    Declaration
    public ObjVector3 Color { get; set; }
    Property Value
    Type Description
    ObjVector3
    | Edit this page View Source

    IsRGB

    Declaration
    public bool IsRGB { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsSpectral

    Declaration
    public bool IsSpectral { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsXYZ

    Declaration
    public bool IsXYZ { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SpectralFactor

    Declaration
    public float SpectralFactor { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    SpectralFileName

    Declaration
    public string? SpectralFileName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UseXYZColorSpace

    Declaration
    public bool UseXYZColorSpace { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2017-2022 Jérémy Ansel