Méthode |
Description |
|
CreateAlphaThreshold ( SKRectI region, float innerThreshold, float outerThreshold, SKImageFilter input = null ) : SKImageFilter |
|
|
CreateArithmetic ( float k1, float k2, float k3, float k4, bool enforcePMColor, SKImageFilter background, SKImageFilter foreground = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateBlendMode ( SKBlendMode mode, SKImageFilter background, SKImageFilter foreground = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateBlur ( float sigmaX, float sigmaY, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateColorFilter ( SKColorFilter cf, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateCompose ( SKImageFilter outer, SKImageFilter inner ) : SKImageFilter |
|
|
CreateDilate ( int radiusX, int radiusY, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateDisplacementMapEffect ( SKDisplacementMapEffectChannelSelectorType xChannelSelector, SKDisplacementMapEffectChannelSelectorType yChannelSelector, float scale, SKImageFilter displacement, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateDistantLitDiffuse ( SKPoint3 direction, SKColor lightColor, float surfaceScale, float kd, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateDistantLitSpecular ( SKPoint3 direction, SKColor lightColor, float surfaceScale, float ks, float shininess, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateDropShadow ( float dx, float dy, float sigmaX, float sigmaY, SKColor color, SKDropShadowImageFilterShadowMode shadowMode, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateErode ( int radiusX, int radiusY, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateMagnifier ( SKRect src, float inset, SKImageFilter input = null ) : SKImageFilter |
|
|
CreateMatrix ( SKMatrix matrix, SKFilterQuality quality, SKImageFilter input = null ) : SKImageFilter |
|
|
CreateMatrixConvolution ( SKSizeI kernelSize, float kernel, float gain, float bias, SKPointI kernelOffset, SKMatrixConvolutionTileMode tileMode, bool convolveAlpha, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateMerge ( SKImageFilter filters, SKXferMode modes = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateOffset ( float dx, float dy, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreatePicture ( SKPicture picture ) : SKImageFilter |
|
|
CreatePicture ( SKPicture picture, SKRect cropRect ) : SKImageFilter |
|
|
CreatePictureForLocalspace ( SKPicture picture, SKRect cropRect, SKFilterQuality filterQuality ) : SKImageFilter |
|
|
CreatePointLitDiffuse ( SKPoint3 location, SKColor lightColor, float surfaceScale, float kd, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreatePointLitSpecular ( SKPoint3 location, SKColor lightColor, float surfaceScale, float ks, float shininess, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateSpotLitDiffuse ( SKPoint3 location, SKPoint3 target, float specularExponent, float cutoffAngle, SKColor lightColor, float surfaceScale, float kd, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateSpotLitSpecular ( SKPoint3 location, SKPoint3 target, float specularExponent, float cutoffAngle, SKColor lightColor, float surfaceScale, float ks, float shininess, SKImageFilter input = null, SKImageFilter cropRect = null ) : SKImageFilter |
|
|
CreateTile ( SKRect src, SKRect dst, SKImageFilter input ) : SKImageFilter |
|
|