Framework
Mean
Allocated
.NET 9.0
680.5 ns
0 bytes
.NET 8.0
688.6 ns
0 bytes
.NET 7.0
689.0 ns
0 bytes
.NET Core 3.1
1,475 ns
1.2 KB
* Benchmarks for ColorFrom.Key<struct> operation.
Zero allocations
in modern .NET versions thanks to Span<T> optimizations.