Method | Description | |
---|---|---|
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
|
public static Blur ( this image, int value ) : ImgixImage | ||
image | this | The image to transform |
value | int | /// Values: 0-1000 /// Default: 0 /// |
return | ImgixImage |
public static HalfTone ( this image, int value ) : ImgixImage | ||
image | this | The image to transform |
value | int | /// Values: 0-100 /// Default: 0 /// |
return | ImgixImage |
public static Monochrome ( this image, string value ) : ImgixImage | ||
image | this | The image to transform |
value | string | /// 3, 6 or 8 digit hex value /// |
return | ImgixImage |
public static Pixellate ( this image, int value ) : ImgixImage | ||
image | this | The image to transform |
value | int | /// Values: 0-100 /// Default: 0 (No change) /// |
return | ImgixImage |
public static SepiaTone ( this image, int value ) : ImgixImage | ||
image | this | The image to transform |
value | int | /// Values: 0-100 /// Default: 0 (No change) /// |
return | ImgixImage |