ZenDeviceEffects.ShouldDisplayGrayscale Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the level of color saturation of the display should be set to minimum, effectively switching it to grayscale, while the rule is active.
[Android.Runtime.Register("shouldDisplayGrayscale", "()Z", "", ApiSince=35)]
public bool ShouldDisplayGrayscale();
[<Android.Runtime.Register("shouldDisplayGrayscale", "()Z", "", ApiSince=35)>]
member this.ShouldDisplayGrayscale : unit -> bool
Returns
- Attributes