RgbMixerFilter.Blue Property

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.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public ArgbColorCurves Blue { get; set; }
'Declaration
Public Property Blue As ArgbColorCurves
    Get
    Set
public:
virtual property ArgbColorCurves^ Blue {
    ArgbColorCurves^ get () sealed;
    void set (ArgbColorCurves^ value) sealed;
}
function get_Blue();
function set_Blue(value);

Property Value

Type: ArgbColorCurves

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

RgbMixerFilter Class

RgbMixerFilter.RgbMixerFilter Members

Lumia.Imaging.Adjustments Namespace