prisma icon indicating copy to clipboard operation
prisma copied to clipboard

Support f16 "half-precision" using the half crate

Open tylerreisinger opened this issue 5 years ago • 0 comments

Half-precision floating point has 11 bits of precision, which is more than enough for most display-oriented colors. Implementing an optional feature supporting them in prisma could be beneficial to some applications.

tylerreisinger avatar Dec 06 '18 15:12 tylerreisinger