Quantizer.AdjustNeighborSource Method
- Namespace:
- Weavy.Core.Imaging
- Assembly:
- Weavy.Core.dll
AdjustNeighborSource(int, int, int, int, int, int)
Can only be called from QuantizePixel... This is how dithering is done... 5-18-09 ndj
protected void AdjustNeighborSource(int offsetX, int offsetY, int deltaR, int deltaG, int deltaB, int deltaA)
Parameters
- offset
X - int
- offset
Y - int
- delta
R - int
- delta
G - int
- delta
B - int
- delta
A - int