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

Class CIE_XYZTriple

win/share/bmptiles.c:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22struct CIE_XYZTriple {
23 struct CIE_XYZ ciexyzRed;
24 struct CIE_XYZ ciexyzGreen;
25 struct CIE_XYZ ciexyzBlue;
26};
27
28/* Second BMP file header */
29/* This one can vary in size; contents can vary according to the size */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected