ColorSpace.IsWideGamut Property
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.
Returns whether this color space is a wide-gamut color space.
public abstract bool IsWideGamut { [Android.Runtime.Register("isWideGamut", "()Z", "GetIsWideGamutHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isWideGamut", "()Z", "GetIsWideGamutHandler", ApiSince=26)>]
member this.IsWideGamut : bool
Property Value
True if this color space is a wide-gamut color space, false otherwise
- Attributes
Remarks
Returns whether this color space is a wide-gamut color space. An RGB color space is wide-gamut if its gamut entirely contains the sRGB gamut and if the area of its gamut is 90% of greater than the area of the NTSC gamut.
Android reference for android.graphics.ColorSpace.isWideGamut.
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.