I am designing a Mandlebrot Fractal in C# which is working fine... Question is I want to cycle through all the rgb colours in effect what I think is called colour cycling... I know that I would need to convert the bitmap to a pallet and hence run through each pixel???? How would I achieve this?? Working on this for hours now and really unsure.
Thanks