DitheringMode
İçindekiler
[
Saklamak
]Inheritance: java.lang.Object
public class DitheringMode
Kaydedilirken görüntüye uygulanacak dithering ayarları.
Yapıcılar
| Yapıcı | Açıklama |
|---|---|
| DitheringMode() |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| getMethod() | Dithering algoritması seçimi. |
| setMethod(int value) | Dithering algoritması seçimi. |
| getBits() | Dither uygulanmış görüntünün örnekleme faktörü. |
| setBits(int value) | Dither uygulanmış görüntünün örnekleme faktörü. |
| getCustomPalette() | Dithering için özel palet. |
| setCustomPalette(IColorPalette value) | Dithering için özel palet. |
DitheringMode()
public DitheringMode()
getMethod()
public int getMethod()
Dithering algoritması seçimi.
Returns: int
setMethod(int value)
public void setMethod(int value)
Dithering algoritması seçimi.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | int |
getBits()
public int getBits()
Dither uygulanmış görüntünün örnekleme faktörü.
Returns: int
setBits(int value)
public void setBits(int value)
Dither uygulanmış görüntünün örnekleme faktörü.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | int |
getCustomPalette()
public IColorPalette getCustomPalette()
Dithering için özel palet.
Returns: IColorPalette
setCustomPalette(IColorPalette value)
public void setCustomPalette(IColorPalette value)
Dithering için özel palet.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| value | IColorPalette |