RgbMixerEffect Members
The RgbMixerEffect type exposes the following members.
| Name | Description | |
|---|---|---|
|
RgbMixerEffect() |
Creates and initializes a new RgbMixerEffect with default values.
|
|
RgbMixerEffect(IImageProvider) |
Creates and initializes a new RgbMixerEffect effect that uses the provided image source.
|
|
RgbMixerEffect(ArgbColorCurves, ArgbColorCurves, ArgbColorCurves, ArgbColorCurves) |
Creates and initializes a new RgbMixerEffect effect that uses the provided image source.
|
|
RgbMixerEffect(IImageProvider, ArgbColorCurves, ArgbColorCurves, ArgbColorCurves, ArgbColorCurves) |
Creates and initializes a new RgbMixerEffect effect that uses the provided image source.
|
| Name | Description | |
|---|---|---|
|
Clone |
Clone the image provider.
|
|
CreateImageWorker |
Create a worker that can perform image processing.
|
|
GetBitmapAsync | |
|
GetInfoAsync |
This method is no longer supported and should not be called. See remarks.
|
|
GetSources | |
|
Lock | |
|
PreloadAsync |
This method is no longer supported and should not be called. See remarks.
|
|
SetSource |
Set a source by index.
|
| Name | Description | |
|---|---|---|
|
AsAnimationFrame |
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.) |
|
Then<TImageConsumer> |
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects. (Defined by ImageProviderExtensions.) |
| Name | Description | |
|---|---|---|
|
Alpha |
A set of curves defining the new color based on the current alpha component.
Default is a set of curves that leaves the Alpha channel unchanged.
|
|
Blue |
A set of curves defining the new color based on the current blue component.
Default is a set of curves that leaves the Blue channel unchanged.
|
|
Green |
A set of curves defining the new color based on the current green component.
Default is a set of curves that leaves the Green channel unchanged.
|
|
Red |
A set of curves defining the new color based on the current red component.
Default is a set of curves that leaves the Red channel unchanged.
|
|
Source |
The IImageProvider that will be used as source.
|
|
SourceCount |
The number of sources that can be set.
|
|
SupportedRenderOptions |
Supported rendering options.
|
Show: