Share via


ICIHighlightShadowAdjustProtocol Interface

Definition

This interface represents the Objective-C protocol CIHighlightShadowAdjust.

[Foundation.Protocol(Name="CIHighlightShadowAdjust", WrapperType=typeof(CoreImage.CIHighlightShadowAdjustProtocolWrapper))]
[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.None, GetterSelector="radius", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius", PropertyType=typeof(System.Single), Selector="radius", SetterSelector="setRadius:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowAmount", PropertyType=typeof(System.Single), Selector="shadowAmount", SetterSelector="setShadowAmount:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="highlightAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="HighlightAmount", PropertyType=typeof(System.Single), Selector="highlightAmount", SetterSelector="setHighlightAmount:")]
public interface ICIHighlightShadowAdjustProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIHighlightShadowAdjust", WrapperType=typeof(CoreImage.CIHighlightShadowAdjustProtocolWrapper))>]
[<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.None, GetterSelector="radius", IsProperty=true, IsRequired=true, IsStatic=false, Name="Radius", PropertyType=typeof(System.Single), Selector="radius", SetterSelector="setRadius:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="shadowAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="ShadowAmount", PropertyType=typeof(System.Single), Selector="shadowAmount", SetterSelector="setShadowAmount:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="highlightAmount", IsProperty=true, IsRequired=true, IsStatic=false, Name="HighlightAmount", PropertyType=typeof(System.Single), Selector="highlightAmount", SetterSelector="setHighlightAmount:")>]
type ICIHighlightShadowAdjustProtocol = 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
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
HighlightAmount

Gets or sets a value in the range [0,1] that contols by how much to dampen highlights.

InputImage

Gets or sets an image to filter.

OutputImage (Inherited from ICIFilterProtocol)
Radius

The circular extent of the filter.

ShadowAmount

Gets or sets a value in the range [0,1] that contols by how much to brighten shaded areas.

Extension Methods

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

Applies to