LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : % -*- slang -*- 2 : % This color map was derived from ds9. It emulates the B colormap. 3 1 : $1 = [0x00,0x40,0x00,0x00, 0x40,0x80,0x00,0xFF, 0x80,0xFF,0xFF,0xFF]; 4 1 : $2 = [0x00,0x80,0x00,0x00, 0x80,0xC0,0x00,0xFF, 0xC0,0xFF,0xFF,0xFF]; 5 1 : $3 = [0x00,0x40,0x00,0xFF, 0x40,0x80,0xFF,0x00, 0x80,0xC0,0x00,0x00, 0xC0,0xFF,0x00,0xFF]; 6 1 : png_add_colormap ("ds9b", png_build_colormap (__tmp($1),__tmp($2),__tmp($3))); |
![]() |
Generated by: LCOV version 1.13 |