| 20 | }; |
| 21 | |
| 22 | struct 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 */ |
nothing calls this directly
no outgoing calls
no test coverage detected