ColorizationEffect Constructor (Color, Double, Double)
Creates and initializes a new ColorizationEffect with the specified values.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: ColorizationEffect( [InAttribute] Color color, [InAttribute] double luminance, [InAttribute] double chrominance )
Parameters
- color
- Type: Windows.UI::Color
The reference color.The alpha-component is ignored.
- luminance
- Type: System::Double
The luminance adjustment.Range: [-1.0, 2.0].
- chrominance
- Type: System::Double
The chrominance adjustment.Range: [-1.0, 2.0].
Show: