JKQtPlotter/examples/imageplot_userpal/imageplot_userpal.qrc
jkriege2 4347d27c04 * reworked color-palette-system:
1. added several new (JKQTPMathImageBone, JKQTPMathImageCool, JKQTPMathImageCopper, JKQTPMathImageAutumn, JKQTPMathImageSeismic, JKQTPMathImageTerrain, JKQTPMathImageViridis, JKQTPMathImageMagma, JKQTPMathImageInferno, JKQTPMathImagePlasma)
  2. reworked LUT-types (now a QVector, instead of a C-array, suing malloc)
  3. reworked available functions to build LUTs (cleanup, more options, clearer names)
  4. added functions to load palettes from files
  5. Improved documentation
* added example for user-controlled color palettes
2019-07-28 16:30:50 +02:00

10 lines
338 B
Plaintext

<RCC>
<qresource prefix="/usercolorpalettes">
<file>palettes/All_idl_cmaps.xml</file>
<file>palettes/All_mpl_cmaps.xml</file>
<file>palettes/CoolWarmUChar33.csv</file>
<file>palettes/CoolWarmUChar257.csv</file>
<file>palettes/NSW_Discrete_Z_ColorMap.xml</file>
</qresource>
</RCC>