mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 02:25:50 +08:00
4347d27c04
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
10 lines
338 B
Plaintext
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>
|