Share via


ICIHueSaturationValueGradientProtocol Interface

Definition

This interface represents the Objective-C protocol CIHueSaturationValueGradient.

[Foundation.Protocol(Name="CIHueSaturationValueGradient", WrapperType=typeof(CoreImage.CIHueSaturationValueGradientProtocolWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="value", IsProperty=true, IsRequired=true, IsStatic=false, Name="Value", PropertyType=typeof(System.Single), Selector="value", SetterSelector="setValue:")]
[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="softness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Softness", PropertyType=typeof(System.Single), Selector="softness", SetterSelector="setSoftness:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="dither", IsProperty=true, IsRequired=true, IsStatic=false, Name="Dither", PropertyType=typeof(System.Single), Selector="dither", SetterSelector="setDither:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="colorSpace", IsProperty=true, IsRequired=true, IsStatic=false, Name="ColorSpace", PropertyType=typeof(CoreGraphics.CGColorSpace), Selector="colorSpace", SetterSelector="setColorSpace:")]
public interface ICIHueSaturationValueGradientProtocol : CoreImage.ICIFilterProtocol, IDisposable
[<Foundation.Protocol(Name="CIHueSaturationValueGradient", WrapperType=typeof(CoreImage.CIHueSaturationValueGradientProtocolWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="value", IsProperty=true, IsRequired=true, IsStatic=false, Name="Value", PropertyType=typeof(System.Single), Selector="value", SetterSelector="setValue:")>]
[<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="softness", IsProperty=true, IsRequired=true, IsStatic=false, Name="Softness", PropertyType=typeof(System.Single), Selector="softness", SetterSelector="setSoftness:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="dither", IsProperty=true, IsRequired=true, IsStatic=false, Name="Dither", PropertyType=typeof(System.Single), Selector="dither", SetterSelector="setDither:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.UnsafeUnretained, GetterSelector="colorSpace", IsProperty=true, IsRequired=true, IsStatic=false, Name="ColorSpace", PropertyType=typeof(CoreGraphics.CGColorSpace), Selector="colorSpace", SetterSelector="setColorSpace:")>]
type ICIHueSaturationValueGradientProtocol = 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
ColorSpace
Dither
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
OutputImage (Inherited from ICIFilterProtocol)
Radius

The circular extent of the filter.

Softness
Value

Extension Methods

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

Applies to