Hi davidm71,
What's the type of the Image you are editing in the Visual Studio? Icon or bitmap or others. It seems the 32*32 bitmap only support 4 bit image. Other types of image support higher bit. Such as bitmap can support 1,4,8,24,32 bit. You can set the Colors Property in the PropertyGrid.
Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.