| SoColorMapGetNumColor Method  | 
This convenience method returns the number of colors in the color map (ie: colorMap.getNum()/Number of components or 256 if a predefined color map is used) 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic uint GetNumColor()
Public Function GetNumColor As UInteger
public:
unsigned int GetNumColor()
member GetNumColor : unit -> uint32 
Return Value
Type: 
UInt32
Remarks
See Also