Table of Contents

Class PosterizeEffect2.Props

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll
public sealed class PosterizeEffect2.Props : CustomEffectProperties
Inheritance
PosterizeEffect2.Props
Inherited Members

Constructors

Props()

Properties

AlphaDisable

If set to true, the alpha channel is not processed. The default value is false.

AlphaMode

Sets the alpha mode for the input and output. The default value is Premultiplied.

AlphaValueCount

An integer value specifying how many evenly spaced steps to divide the alpha channel range of 0.0 to 1.0 into. For example, a value of 4 generates a table with 4 steps, [0.0, 0.33, 0.67, 1.0]. The allowed range for this property is 2 to 256. The default value is 4.

BlueDisable

If set to true, the blue channel is not processed. The default value is false.

BlueValueCount

An integer value specifying how many evenly spaced steps to divide the blue channel range of 0.0 to 1.0 into. For example, a value of 4 generates a table with 4 steps, [0.0, 0.33, 0.67, 1.0]. The allowed range for this property is 2 to 256. The default value is 4.

GreenDisable

If set to true, the green channel is not processed. The default value is false.

GreenValueCount

An integer value specifying how many evenly spaced steps to divide the green channel range of 0.0 to 1.0 into. For example, a value of 4 generates a table with 4 steps, [0.0, 0.33, 0.67, 1.0]. The allowed range for this property is 2 to 256. The default value is 4.

Input
RedDisable

If set to true, the red channel is not processed. The default value is false.

RedValueCount

An integer value specifying how many evenly spaced steps to divide the red channel range of 0.0 to 1.0 into. For example, a value of 4 generates a table with 4 steps, [0.0, 0.33, 0.67, 1.0]. The allowed range for this property is 2 to 256. The default value is 4.

Methods

CreateImpl()
GetAuthor()
GetCategory()
GetDescription()
GetDisplayName()