메소드 | 설명 | |
---|---|---|
CSSPrefix ( this image, string value ) : ImgixImage |
The prefix to use with css classes generated when palette set to css
|
|
Colors ( this image, int value ) : ImgixImage |
The number of colors that should be returned when extracting the palette
|
|
Palette ( this image, string value ) : ImgixImage |
The format you want the palette in.
|
public static CSSPrefix ( this image, string value ) : ImgixImage | ||
image | this | The image to transform |
value | string | /// The prefix value /// Ex. [prefix]-fg-1 /// |
리턴 | ImgixImage |
public static Colors ( this image, int value ) : ImgixImage | ||
image | this | The image to transform |
value | int | /// Values: 0-16 /// |
리턴 | ImgixImage |
public static Palette ( this image, string value ) : ImgixImage | ||
image | this | The image to transform |
value | string | /// Values: css or json /// |
리턴 | ImgixImage |