HyperBitmap 2.0.5

dotnet add package HyperBitmap --version 2.0.5
NuGet\Install-Package HyperBitmap -Version 2.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HyperBitmap" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HyperBitmap --version 2.0.5
#r "nuget: HyperBitmap, 2.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HyperBitmap as a Cake Addin
#addin nuget:?package=HyperBitmap&version=2.0.5

// Install HyperBitmap as a Cake Tool
#tool nuget:?package=HyperBitmap&version=2.0.5

90% of methods have an explanation. Methods and properties return the same as they would with a Bitmap object and accept the same parameters.

NOTE: You may need to use FlipGetPixel or FlipSetPixel. I swapped R and B values in plain GetPixel and SetPixel because they appeared swapped on my device. If you find they're swapped on your device too, use FlipGetPixel/FlipSetPixel. If this is the case, you will need to manually swap R and B values for DrawRect, LocateColor, LocateColors, and Paint (Probably.)

WARNING: Only supports the 32BppArgb pixel format. You will likely run into errors if you create a FastBmp out of a Bitmap with any other format.

Expect issues. If you run into swapped colors or any bug/error please create an issue.

If you have questions or concerns message me on Discord @ https://discord.gg/yuQNH7Ng2b Username konnichiwa#5962

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5 358 11/5/2022
2.0.4 327 10/18/2022
2.0.3 332 10/18/2022
2.0.1 320 10/18/2022
2.0.0 370 10/18/2022

Support for older C# frameworks.