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: 2024.1.0.0 (2024.1.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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetPackedColors

Public methodGetSize
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReallocate
Public methodSetNodeIds
Public methodToString
Returns a string that represents the current object.
(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