Description
The `FloatBitmap` class in the `Sandbox.Utility` namespace provides functionality for handling bitmap images with floating-point precision. This class is useful for operations that require high precision in image processing, such as scientific computations or advanced graphics rendering.
Members
Instance Members
Member Name | Summary |
Dispose | Releases all resources used by the FloatBitmap. |
Resize | Resizes the bitmap to the specified width and height, with an option to clamp values. |
EncodeTo | Encodes the bitmap to a byte array in the specified image format. |
Width | Gets or sets the width of the bitmap. |
Height | Gets or sets the height of the bitmap. |
Depth | Gets or sets the depth of the bitmap. |