ColorObject.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.
Indicates whether this color color is in a wide-gamut color space.
public virtual 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 is in a wide-gamut color space, false otherwise
- Attributes
Remarks
Indicates whether this color color is in a wide-gamut color space. See ColorSpace#isWideGamut()
for a definition of a wide-gamut color space.
Java documentation for android.graphics.Color.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.