SoSFImageHasTransparency Method |
Returns true if the image contains any transparent pixels.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool HasTransparency()
Public Function HasTransparency As Boolean
public:
bool HasTransparency()
member HasTransparency : unit -> bool
Return Value
Type:
BooleanRemarks Specifically if the image has 2 or 4 components and at least one pixel has an alpha value less then 255.
See Also