Right now, i see a thumbnail with background, layer 1:image, layer2:image and their sizes.
I would like instead of layer 1:image to show something different.
This is the code i have but it has no effect. Advice ?
ChannelsView.IOOptionsEx := ChannelsView.IOOptionsEx + [ ieixWantParams ];
ChannelsView.ImageBottomText[0] := 'RGB';
ChannelsView.ImageBackground[0] := clMedgray;
ChannelsView.TopTextFont.Color := clblack;
ChannelsView.ImageBottomText[1] := 'Red';
ChannelsView.ImageBackground[1] := clMedgray;
ChannelsView.ImageBottomText[2] := 'Green';
ChannelsView.ImageBackground[2] := clMedgray;
ChannelsView.ImageBottomText[3] := 'Blue';
ChannelsView.ImageBackground[3] := clMedgray;
ChannelsView.SelectedImage := 0;
ChannelsView.Update;
Thanks
Pierre