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