// CHDK palette colors for the sx530 // Define color values as needed in this file. #include "palette.h" #include "platform_palette.h" // Playback mode colors unsigned char ply_colors[] = { COLOR_TRANSPARENT, // Placeholder for script colors COLOR_BLACK, // Placeholder for script colors 0x01, // White 0xC2, // Red 0xC3, // Dark Red 0x1E, // Light Red 0xC0, // Green 0xC4, // Dark Green 0xCA, // Light Green 0xC7, // Blue 0xC6, // Dark Blue 0xC1, // Light Blue / Cyan 0x3D, // Grey 0x3F, // Dark Grey 0x0F, // Light Grey 0xB0, // Yellow 0xBB, // Dark Yellow 0xC9, // Light Yellow 0x1D, // Transparent Dark Grey 0xC8, // Magenta }; // Record mode colors unsigned char rec_colors[] = { COLOR_TRANSPARENT, // Placeholder for script colors COLOR_BLACK, // Placeholder for script colors 0x01, // White 0x3D, // Red 0x5B, // Dark Red 0x1E, // Light Red 0x4F, // Green 0x59, // Dark Green 0x58, // Light Green 0x51, // Blue 0x5C, // Dark Blue 0x7F, // Light Blue / Cyan 0x5F, // Grey 0x2F, // Dark Grey 0x0F, // Light Grey 0x5A, // Yellow 0x50, // Dark Yellow 0x5D, // Light Yellow 0x44, // Transparent Dark Grey 0x4C, // Magenta };