SetClipboard doesn't work with palette brushes

Report any Hollywood bugs here
Post Reply
User avatar
jPV
Posts: 692
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

SetClipboard doesn't work with palette brushes

Post by jPV »

I get a hit in the MorphOS debug log if I try to use SetClipboard() with a palette brush, and the resulting image is always a solid wrongly colored image (if you check from the Clipboards dir, for example).

Code: Select all

CreateBrush(1, 200, 100, #RED, {Palette=#PALETTE_AGA})
SetClipboard(#CLIPBOARD_IMAGE, 1)
User avatar
airsoftsoftwair
Posts: 5673
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: SetClipboard doesn't work with palette brushes

Post by airsoftsoftwair »

Ok, will be fixed, thanks for reporting!
Post Reply