CpuImageWorkerBase Members
The CpuImageWorkerBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
CpuImageWorkerBase() |
Creates and initializes CpuImageWorkerBase with default values.
|
|
CpuImageWorkerBase(IEnumerable<T>, Void) |
Initializes a new instance of the CpuImageWorkerBase class
|
|
CpuImageWorkerBase(IEnumerable<T>, Void, ColorMode) |
Initializes a new instance of the CpuImageWorkerBase class
|
| Name | Description | |
|---|---|---|
|
Dispose() |
Releases all resources used by the CpuImageWorkerBase
|
|
Dispose(Boolean) |
Called by the Dispose() method.
|
|
FromColor |
Encodes the specified Color into an unsigned integer.
|
|
OnProcess |
Called when the filter is asked to process a rectangular area of the image.
|
|
Prepare |
Tell the worker to prepare for rendering using the passed parameters.
|
|
Process |
Process a rectangular part of the image.
|
|
ToColor |
| Name | Description | |
|---|---|---|
|
AcceptedColorMode |
The color mode used, from one of the supported ones.
|
|
BlockMargins |
Size of the margins needed if the worker wants to sample neighboring pixels around a source pixel.
|
|
BorderSampling |
How to sample pixels outside the image area when the image worker has non-zero BlockMargins.
|
|
ColorMode |
The configured color mode.
|
|
Configuration |
The image provider that created this worker.
|
|
ImageSize |
The size of the entire image.
|
|
SourceBuffer |
The configured source buffer, provided by the worker.
|
|
TargetBuffer |
The configured target buffer, provided by the worker.
|
Show: