public class

HSIC

extends Object
implements Parcelable
java.lang.Object
   ↳ lineageos.hardware.HSIC

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
HSIC(float hue, float saturation, float intensity, float contrast, float saturationThreshold)
Public Methods
int describeContents()
String flatten()
static HSIC fromFloatArray(float[] hsic)
float getContrast()
float getHue()
float getIntensity()
float getSaturation()
float getSaturationThreshold()
float[] toFloatArray()
int[] toRGB()
String toString()
static HSIC unflattenFrom(String flat)
void writeToParcel(Parcel parcel, int i)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public HSIC (float hue, float saturation, float intensity, float contrast, float saturationThreshold)

added in API level 6

Parameters
hue float
saturation float
intensity float
contrast float
saturationThreshold float

Public Methods

public int describeContents ()

added in API level 6

Returns
int

public String flatten ()

added in API level 6

Returns
String

public static HSIC fromFloatArray (float[] hsic)

added in API level 6

Parameters
hsic float
Returns
HSIC

public float getContrast ()

added in API level 6

Returns
float

public float getHue ()

added in API level 6

Returns
float

public float getIntensity ()

added in API level 6

Returns
float

public float getSaturation ()

added in API level 6

Returns
float

public float getSaturationThreshold ()

added in API level 6

Returns
float

public float[] toFloatArray ()

added in API level 6

Returns
float[]

public int[] toRGB ()

added in API level 6

Returns
int[]

public String toString ()

Returns
String

public static HSIC unflattenFrom (String flat)

added in API level 6

Parameters
flat String
Returns
HSIC
Throws
NumberFormatException

public void writeToParcel (Parcel parcel, int i)

added in API level 6

Parameters
parcel Parcel
i int