ColorObject.InvokeIsSrgb(Int64) Method

Definition

Indicates whether the specified color is in the ColorSpace.Named#SRGB sRGB color space.

[Android.Runtime.Register("isSrgb", "(J)Z", "", ApiSince=26)]
public static bool InvokeIsSrgb (long color);
[<Android.Runtime.Register("isSrgb", "(J)Z", "", ApiSince=26)>]
static member InvokeIsSrgb : int64 -> bool

Parameters

color
Int64

The color to test

Returns

True if the color is in the sRGB color space, false otherwise

Attributes

Remarks

Indicates whether the specified color is in the ColorSpace.Named#SRGB sRGB color space.

Java documentation for android.graphics.Color.isSrgb(long).

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