C# 클래스 Imgix_Dotnet.Operations.Stylize.StylizeExtensions

ImgixImage extension methods that sets stylize related parameters on the Url.
파일 보기 프로젝트 열기: estei/Imgix-Dotnet

공개 메소드들

메소드 설명
Blur ( this image, int value ) : ImgixImage

Adds the blur parameter

HalfTone ( this image, int value ) : ImgixImage

Adds a half-toning effect to the image

Monochrome ( this image, string value ) : ImgixImage

Does a monochromatic hue change.

Pixellate ( this image, int value ) : ImgixImage

Adds a pixellation effect

SepiaTone ( this image, int value ) : ImgixImage

Adds a sepia toning effect to the image

메소드 상세

Blur() 공개 정적인 메소드

Adds the blur parameter
public static Blur ( this image, int value ) : ImgixImage
image this The image to transform
value int /// Values: 0-1000 /// Default: 0 ///
리턴 ImgixImage

HalfTone() 공개 정적인 메소드

Adds a half-toning effect to the image
public static HalfTone ( this image, int value ) : ImgixImage
image this The image to transform
value int /// Values: 0-100 /// Default: 0 ///
리턴 ImgixImage

Monochrome() 공개 정적인 메소드

Does a monochromatic hue change.
public static Monochrome ( this image, string value ) : ImgixImage
image this The image to transform
value string /// 3, 6 or 8 digit hex value ///
리턴 ImgixImage

Pixellate() 공개 정적인 메소드

Adds a pixellation effect
public static Pixellate ( this image, int value ) : ImgixImage
image this The image to transform
value int /// Values: 0-100 /// Default: 0 (No change) ///
리턴 ImgixImage

SepiaTone() 공개 정적인 메소드

Adds a sepia toning effect to the image
public static SepiaTone ( this image, int value ) : ImgixImage
image this The image to transform
value int /// Values: 0-100 /// Default: 0 (No change) ///
리턴 ImgixImage