Click or drag to resize
AB4D logo

PixelMaterialHasTransparency Property

Gets a Boolean that specifies if the PixelColors array contains any transparent color (alpha < 1). This property is used only when PixelColors array is defined. Default value is false.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool HasTransparency { get; set; }

Property Value

Boolean

Implements

ITransparentMaterialHasTransparency
See Also