MCPcopy Create free account
hub / github.com/NetHack/NetHack / CIE_XYZ

Class CIE_XYZ

win/share/bmptiles.c:16–20  ·  view source on GitHub ↗

Color model information for larger BMP headers */

Source from the content-addressed store, hash-verified

14
15/* Color model information for larger BMP headers */
16struct CIE_XYZ {
17 uint32 ciexyzX;
18 uint32 ciexyzY;
19 uint32 ciexyzZ;
20};
21
22struct CIE_XYZTriple {
23 struct CIE_XYZ ciexyzRed;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected