Click or drag to resize
SoColorPacker Class

Stores packed colors.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.MiscSoColorPacker

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public class SoColorPacker : SoNetBase

The SoColorPacker type exposes the following members.

Constructors
  NameDescription
Public methodSoColorPacker
Initializes a new instance of the SoColorPacker class
Top
Methods
  NameDescription
Public methodDiffuseMatch
Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetPackedColors

Public methodGetSize
Public methodGetType (Inherited from Object.)
Public methodReallocate
Public methodSetNodeIds
Public methodToString (Inherited from Object.)
Public methodTranspMatch
Top
Remarks

This class is meant to be used by all property nodes that set either a diffuse color or transparency in the lazy element. It maintains a cache of the current diffuse color and transparency in a packed color array.

See Also