Table of Contents

Enum PackFloat32Mode

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll
public enum PackFloat32Mode

Fields

Floor = 0

The float32 will be converted to the closest float16 value that is less than or equal to it.

Ceiling = 1

The float32 will be converted to the closest float16 value that is greater than or equal to it.