public class

HSIC

extends Object
implements Parcelable
java.lang.Object
   ↳ cyanogenmod.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

Public Methods

public int describeContents ()

Added in API level 6

public String flatten ()

Added in API level 6

public static HSIC fromFloatArray (float[] hsic)

Added in API level 6

public float getContrast ()

Added in API level 6

public float getHue ()

Added in API level 6

public float getIntensity ()

Added in API level 6

public float getSaturation ()

Added in API level 6

public float getSaturationThreshold ()

Added in API level 6

public float[] toFloatArray ()

Added in API level 6

public int[] toRGB ()

Added in API level 6

public String toString ()

public static HSIC unflattenFrom (String flat)

Added in API level 6

Throws
NumberFormatException

public void writeToParcel (Parcel parcel, int i)

Added in API level 6