fceux icon indicating copy to clipboard operation
fceux copied to clipboard

Adding some feature to Palette Dialog

Open owomomo opened this issue 4 years ago • 5 comments

Add palette preview to the Palette Dialog, you can click on the palette to customize the color and save it as a palette file.

owomomo avatar Feb 10 '21 17:02 owomomo

Almost forgot about this! Can you add the Reset button to restore defaults?

vadosnaprimer avatar May 19 '21 16:05 vadosnaprimer

@owomomo hello?

vadosnaprimer avatar Jun 03 '21 07:06 vadosnaprimer

I resolved conflicts but it still lacks some features:

  • Reset button as mentioned by @vadosnaprimer.
  • fceux has 512 color palette support, what about it? Your new dialog allows you to edit only the first 64. Check RP2C03.pal for example, it contains 512 colors.

Also, why your pull request contains also many other changes? Can you describe your changes in the memory watch window?

ClusterM avatar Jun 10 '21 18:06 ClusterM

palette must be store all palette versions for all emphasis bits combinations. 64x8=512

g0me3 avatar Jun 10 '21 18:06 g0me3

palette must be store all palette versions for all emphasis bits combinations. 64x8=512

At least optionally.

vadosnaprimer avatar Jun 10 '21 18:06 vadosnaprimer