PosterizeEffect Constructor (IImageProvider, Int32)
Creates and initializes a new PosterizeEffect that uses the provided image source and level.
Namespace: Lumia.Imaging.Artistic
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: PosterizeEffect( [InAttribute] IImageProvider^ imageSource, [InAttribute] int colorComponentValueCount )
Parameters
- imageSource
- Type: Lumia.Imaging::IImageProvider
An image source for the effect.
- colorComponentValueCount
- Type: System::Int32
The number of allowed values for each color component.Range [2, 16]
Show: