Class TonemapCurve
public class TonemapCurve : JVMBridgeBase<TonemapCurve>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
TonemapCurve
- Implements
- Extension Methods
Constructors
TonemapCurve(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TonemapCurve(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
TonemapCurve(float[], float[], float[])
public TonemapCurve(float[] arg0, float[] arg1, float[] arg2)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CHANNEL_BLUE
public static int CHANNEL_BLUE { get; set; }
Property Value
CHANNEL_GREEN
public static int CHANNEL_GREEN { get; set; }
Property Value
CHANNEL_RED
public static int CHANNEL_RED { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LEVEL_BLACK
public static float LEVEL_BLACK { get; set; }
Property Value
LEVEL_WHITE
public static float LEVEL_WHITE { get; set; }
Property Value
POINT_SIZE
https://developer.android.com/reference/android/hardware/camera2/params/TonemapCurve.html#POINT_SIZE
public static int POINT_SIZE { get; set; }
Property Value
Methods
CopyColorCurve(int, float[], int)
public void CopyColorCurve(int arg0, float[] arg1, int arg2)
Parameters
CreatePoolableInstance(float[], float[], float[])
HPA initializer for TonemapCurve(float[] arg0, float[] arg1, float[] arg2)
public static TonemapCurve CreatePoolableInstance(float[] arg0, float[] arg1, float[] arg2)
Parameters
Returns
GetPoint(int, int)
public PointF GetPoint(int arg0, int arg1)
Parameters
Returns
GetPointCount(int)
public int GetPointCount(int arg0)