| SoColorMapHasTransparency Method  | 
Returns true if the current color map contains alpha values less than 1. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic bool HasTransparency()
Public Function HasTransparency As Boolean
public:
bool HasTransparency()
member HasTransparency : unit -> bool 
Return Value
Type: 
Boolean
Remarksfalse means the color map is completely opaque. 
See Also