Add "Set Palette" option in the 8bit menu

This commit is contained in:
Thomas Bernard
2018-11-20 10:52:37 +01:00
parent 0439831a1d
commit 1e6f0175da
5 changed files with 116 additions and 30 deletions

View File

@@ -606,6 +606,7 @@ enum OPERATIONS
NB_OPERATIONS ///< Number of operations handled by the engine
};
/// Image drawing modes.
enum IMAGE_MODES
{
IMAGE_MODE_LAYERED=0, ///< Layered image
@@ -617,6 +618,9 @@ enum IMAGE_MODES
IMAGE_MODE_EGX2, ///< CPC EGX2
IMAGE_MODE_MODE5, ///< CPC mode 5
IMAGE_MODE_RASTER, ///< CPC generic rasters
IMAGE_MODE_C64HIRES, ///< C64 HiRes
IMAGE_MODE_C64MULTI, ///< C64 Multicolor
IMAGE_MODE_C64FLI, ///< C64 Flexible Line Interpretation
};
/// Circle / Ellipse Modes