Color model information for larger BMP headers */
| 14 | |
| 15 | /* Color model information for larger BMP headers */ |
| 16 | struct CIE_XYZ { |
| 17 | uint32 ciexyzX; |
| 18 | uint32 ciexyzY; |
| 19 | uint32 ciexyzZ; |
| 20 | }; |
| 21 | |
| 22 | struct CIE_XYZTriple { |
| 23 | struct CIE_XYZ ciexyzRed; |
nothing calls this directly
no outgoing calls
no test coverage detected