Click or drag to resize
SbColorRGBA Structure

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax
public struct SbColorRGBA

The SbColorRGBA type exposes the following members.

Constructors
  NameDescription
Public methodSbColorRGBA(Single)
Initializes a new instance of the SbColorRGBA class
Public methodSbColorRGBA(SbVec4f)
Initializes a new instance of the SbColorRGBA class
Public methodSbColorRGBA(Single, Single, Single)
Initializes a new instance of the SbColorRGBA class
Public methodSbColorRGBA(Single, Single, Single, Single)
Initializes a new instance of the SbColorRGBA class
Top
Methods
  NameDescription
Public methodEquals (Overrides ValueTypeEquals(Object).)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetHSVAValue(Single)
Public methodGetHSVAValue(Single, Single, Single, Single)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Single)
Public methodGetValue(Single, Single, Single, Single)
Public methodSetHSVAValue(Single)
Public methodSetHSVAValue(Single, Single, Single, Single)
Public methodSetValue(Single)
Public methodSetValue(Single, Single, Single, Single)
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
Properties
  NameDescription
Public propertyA
Public propertyB
Public propertyG
Public propertyItem
Public propertyPackedValue
Public propertyR
Top
See Also