Click or drag to resize
AB4D logo

SolidColorEffectPremultiplyAlphaColors Property

When PremultiplyAlphaColors is true (by default) and Alpha is less then 1, then the color components are also multiplied with alpha value to produce pre-multiplied colors.

Namespace: Ab3d.DirectX.Effects
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
public bool PremultiplyAlphaColors { get; set; }

Property Value

Boolean
See Also