Show / Hide Table of Contents

    Struct HmdColor_t

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public struct HmdColor_t

    Fields

    a

    Declaration
    public float a
    Field Value
    Type Description
    System.Single

    b

    Declaration
    public float b
    Field Value
    Type Description
    System.Single

    g

    Declaration
    public float g
    Field Value
    Type Description
    System.Single

    r

    Declaration
    public float r
    Field Value
    Type Description
    System.Single
    In This Article
    • Fields
      • a
      • b
      • g
      • r
    Back to top Copyright (c) Valve Corporation, All rights reserved.