Searched defs:TonemapCurve (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DTonemapCurve.java49 public final class TonemapCurve { class
79 * Create a new immutable TonemapCurve instance.
103 public TonemapCurve(float[] red, float[] green, float[] blue) { method in class:TonemapCurve
246 * Check if this TonemapCurve is equal to another TonemapCurve.
261 if (obj instanceof TonemapCurve) {
262 final TonemapCurve other = (TonemapCurve) obj;
287 * Return the TonemapCurve as a string representation.
289 * <p> {@code "TonemapCurve{
[all...]

Completed in 141 milliseconds