Share via


ICIToneCurveProtocol Interface

Definition

This interface represents the Objective-C protocol CIToneCurve.

[Foundation.Protocol(Name="CIToneCurve", WrapperType=typeof(CoreImage.CIToneCurveProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputImage", PropertyType=typeof(CoreImage.CIImage), Selector="inputImage", SetterSelector="setInputImage:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point0", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint0", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point0", SetterSelector="setPoint0:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point1", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint1", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point1", SetterSelector="setPoint1:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point2", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint2", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point2", SetterSelector="setPoint2:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point3", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint3", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point3", SetterSelector="setPoint3:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point4", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint4", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point4", SetterSelector="setPoint4:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="extrapolate", IsProperty=true, IsRequired=true, IsStatic=false, Name="Extrapolate", PropertyType=typeof(System.Boolean), Selector="extrapolate", SetterSelector="setExtrapolate:")]
public interface ICIToneCurveProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIToneCurve", WrapperType=typeof(CoreImage.CIToneCurveProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="inputImage", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputImage", PropertyType=typeof(CoreImage.CIImage), Selector="inputImage", SetterSelector="setInputImage:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point0", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint0", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point0", SetterSelector="setPoint0:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point1", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint1", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point1", SetterSelector="setPoint1:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point2", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint2", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point2", SetterSelector="setPoint2:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point3", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint3", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point3", SetterSelector="setPoint3:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="point4", IsProperty=true, IsRequired=true, IsStatic=false, Name="InputPoint4", PropertyType=typeof(CoreGraphics.CGPoint), Selector="point4", SetterSelector="setPoint4:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="extrapolate", IsProperty=true, IsRequired=true, IsStatic=false, Name="Extrapolate", PropertyType=typeof(System.Boolean), Selector="extrapolate", SetterSelector="setExtrapolate:")>]
type ICIToneCurveProtocol = interface
    interface INativeObject
    interface IDisposable
    interface ICIFilterProtocol
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Extrapolate
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputImage

Gets or sets an image to filter.

InputPoint0

Gets or sets tthe point in the zeroth index position through which to interpolate the tone curve.

InputPoint1

Gets or sets the point in the first index position through which to interpolate the tone curve.

InputPoint2

Gets or sets the point in the second index position through which to interpolate the tone curve.

InputPoint3

Gets or sets the point in the third index position through which to interpolate the tone curve.

InputPoint4

Gets or sets the point in the fourth index position through which to interpolate the tone curve.

OutputImage (Inherited from ICIFilterProtocol)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to