ImageGearJava Project > com.accusoft.imagegear.processing Package : ImGearPixelateFillMethod Enumeration |
Member | Description |
---|---|
Average | The cell is filled with an average color of the cell rectangle. |
Center | The cell is filled with a color on the center of the cell rectangle. |
Color | Every cell is filled with a specified color. |
Maximum | The cell is filled with a maximum color of the cell rectangle. |
Minimum | The cell is filled with a minimum color of the cell rectangle. |
Random | The cell is filled with a randomly chosen color of the cell rectangle. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.processing.ImGearPixelateFillMethod