CustomFilterBase.AcceptedColorMode Property

The color mode used, from one of the supported ones.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

protected ColorMode AcceptedColorMode { get; }
'Declaration
Protected ReadOnly Property AcceptedColorMode As ColorMode
    Get
protected:
property ColorMode AcceptedColorMode {
    ColorMode get ();
}
function get_AcceptedColorMode();

Property Value

Type: ColorMode

Remarks

This property holds a thread-local value, and is only valid when accessed from within OnProcess(PixelRegion, PixelRegion).

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

CustomFilterBase Class

CustomFilterBase.CustomFilterBase Members

Lumia.Imaging.Custom Namespace