IDitheringSession Interface
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public interface IDitheringSession : IDisposable
Public Interface IDitheringSession
Inherits IDisposable
public interface class IDitheringSession : IDisposable
type IDitheringSession =
interface
interface IDisposable
end
- Implements
- IDisposable
IsSequential |
Gets whether this ditherer allows only sequential processing (line by line). Even returning does
not guarantee that every pixel will be queried. It just enforces that queried rows are processed sequentially.
|
GetDitheredColor |
Gets the dithered color of the specified origColor that may depend on the specified coordinates.
The returned color should be quantized by the IQuantizingSession passed to the IDitherer.Initialize method,
which was used to create this IDitheringSession instance.
|