Click or drag to resize
AB4D logo

TextureInfoHasTransparency Field

True when the texture has transparent pixels. When using TextureLoader then standard image files (all except DDS) are by default checked for transparent pixels. In this case this property is true if the image actually contains transparent pixels. For DDS file or when transparency check is disabled in TextureLoader, then this property assumes presence of transparent pixels based on the image format.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool HasTransparency

Field Value

Boolean
See Also