|
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.EffectsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public bool PremultiplyAlphaColors { get; set; }
Property Value
BooleanSee Also