Table of Contents

Class PackFloat32Effect.Props

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

Constructors

Props()

Properties

InputHigh

Provides the input for the high channel of the output.

InputLow

Provides the input for the low channel of the output.

ModeHigh

Specifies the mode for converting from float32 to float16.
The default value is Floor.

ModeLow

Specifies the mode for converting from float32 to float16.
The default value is Floor.

Methods

CreateImpl()