Click or drag to resize
SbColor Structure

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

The SbColor type exposes the following members.

Constructors
  NameDescription
Public methodSbColor(Single)
Initializes a new instance of the SbColor class
Public methodSbColor(SbVec3f)
Initializes a new instance of the SbColor class
Public methodSbColor(Single, Single, Single)
Initializes a new instance of the SbColor class
Top
Methods
  NameDescription
Public methodEquals (Overrides ValueTypeEquals(Object).)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodStatic memberGetHSVColor
Public methodGetHSVValue(Single)
Public methodGetHSVValue(Single, Single, Single)
Public methodGetPackedValue
Public methodGetPackedValue(Single)
Public methodGetRGBValue(Single)
Public methodGetRGBValue(Single, Single, Single)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetHSVValue(Single)
Public methodSetHSVValue(Single, Single, Single)
Public methodSetPackedValue
Public methodSetRGBValue(Single)
Public methodSetRGBValue(Single, Single, Single)
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
Properties
  NameDescription
Public propertyB
Public propertyG
Public propertyItem
Public propertyR
Top
See Also