Ok so things have defintely changed since I made that post and video for PD17.
The good news is that custom colors are indeed saved for future use. However, CL did not add any way to manage the existing custom colors and PDM's method is the only way to accomplish that from within PD.
If you want to remove
all custom colors and you're comfortable editing the Windows registry, open up RegEdit and navigate to this key:
Computer\HKEY_CURRENT_USER\Software\CyberLink\PowerDirector20\ then scroll down and delete the
CustomColors entry.
If you want to get fancy, you can edit the individual colors as they're stored in a 3 byte hexadecimal RGB format with a trailing 00. For example, if the first custom color is
this, the first 4 bytes will show 40 80 80 00. To remove any individual color, set the 3 color bytes to all FFs to make the color white (make sure you leave the 4th byte at 00).
Here's a composite view for the technically adventurous:
EDIT: changed the descriptive text above to match with the image
This message was edited 2 times. Last update was at May 27. 2022 15:39