nickbabcock / Pfim

.NET Standard targa (.tga) and direct draw surface (.dds) image decoder
https://nickbabcock.github.io/Pfim/
MIT License
110 stars 18 forks source link

Convert out methods of color float #103

Closed nickbabcock closed 2 years ago

nickbabcock commented 2 years ago

Benchmarks showed no difference when the color array was inlined into the method body and ColorFloatRgb returned new values instead of modifying the parameter.