Click or drag to resize
SbColor Structure

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
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