xamarintvos
namespace CoreImage
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Protocol(Name = "CITemperatureAndTint", WrapperType = typeof(CITemperatureAndTintProtocolWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "inputImage", IsProperty = true, IsRequired = true, IsStatic = false, Name = "InputImage", PropertyType = typeof(CIImage), Selector = "inputImage", SetterSelector = "setInputImage:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "neutral", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Neutral", PropertyType = typeof(CIVector), Selector = "neutral", SetterSelector = "setNeutral:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "targetNeutral", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TargetNeutral", PropertyType = typeof(CIVector), Selector = "targetNeutral", SetterSelector = "setTargetNeutral:")]
public interface ICITemperatureAndTintProtocol : ICIFilterProtocol, INativeObject, IDisposable
{
[Preserve(Conditional = true)]
CIVector! TargetNeutral
{
[Export("targetNeutral", ArgumentSemantic.Retain)]
get;
[Export("setTargetNeutral:", ArgumentSemantic.Retain)]
set;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |