ProgramStore.IsColorMaskAlphaEnabled Property

Definition

Queries whether alpha channel is written

public virtual bool IsColorMaskAlphaEnabled { [Android.Runtime.Register("isColorMaskAlphaEnabled", "()Z", "GetIsColorMaskAlphaEnabledHandler")] get; }
[<get: Android.Runtime.Register("isColorMaskAlphaEnabled", "()Z", "GetIsColorMaskAlphaEnabledHandler")>]
member this.IsColorMaskAlphaEnabled : bool

Property Value

alpha channel mask

Attributes

Remarks

Queries whether alpha channel is written

Java documentation for android.renderscript.ProgramStore.isColorMaskAlphaEnabled().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to