public abstract record SKImageFilter : IDeepCloneable<SKImageFilter>, IEquatable<SKImageFilter>
kind:method
kind:property
kind:ctor
CreateArithmetic(Single, Single, Single, Single, Boolean, SKImageFilter, SKImageFilter?, Nullable<SKRect>)
CreateBlendMode(SKBlendMode, SKImageFilter, SKImageFilter?, Nullable<SKRect>)
CreateBlur(Single, Single, SKImageFilter?, Nullable<SKRect>)
CreateColorFilter(SKColorFilter, SKImageFilter?, Nullable<SKRect>)
CreateDilate(Int32, Int32, SKImageFilter?, Nullable<SKRect>)
CreateDisplacementMapEffect(SKColorChannel, SKColorChannel, Single, SKImageFilter, SKImageFilter?, Nullable<SKRect>)
CreateDistantLitDiffuse(SKPoint3, SKColor, Single, Single, SKImageFilter?, Nullable<SKRect>)
CreateDistantLitSpecular(SKPoint3, SKColor, Single, Single, Single, SKImageFilter?, Nullable<SKRect>)
CreateErode(Int32, Int32, SKImageFilter?, Nullable<SKRect>)
CreateImage(SKImage, SKRect, SKRect, SKFilterQuality)
CreateMatrixConvolution(SKSizeI, Single[], Single, Single, SKPointI, SKShaderTileMode, Boolean, SKImageFilter?, Nullable<SKRect>)
CreateMerge(SKImageFilter[], Nullable<SKRect>)
CreateOffset(Single, Single, SKImageFilter?, Nullable<SKRect>)
CreatePaint(SKPaint, Nullable<SKRect>)
CreatePicture(SKPicture, SKRect)
CreatePointLitDiffuse(SKPoint3, SKColor, Single, Single, SKImageFilter?, Nullable<SKRect>)
CreatePointLitSpecular(SKPoint3, SKColor, Single, Single, Single, SKImageFilter?, Nullable<SKRect>)
CreateShader(SKShader, Boolean, Nullable<SKRect>)
CreateSpotLitDiffuse(SKPoint3, SKPoint3, Single, Single, SKColor, Single, Single, SKImageFilter?, Nullable<SKRect>)
CreateSpotLitSpecular(SKPoint3, SKPoint3, Single, Single, SKColor, Single, Single, Single, SKImageFilter?, Nullable<SKRect>)
CreateTile(SKRect, SKRect, SKImageFilter?)
DeepClone()
ToSKImageFilter(SKImageFilter?, SkiaCSharpCodeGenCounter, StringBuilder, String)