#179254 ocaml: module Graphics: foreground and background colors should be changeable

Package:
ocaml
Source:
ocaml
Description:
ML language implementation with a class-based object system
Submitter:
Goswin von Brederlow
Date:
2010-04-14 12:12:27 UTC
Severity:
wishlist
Tags:
#179254#5
Date:
2003-01-31 20:34:11 UTC
From:
To:
There seems to be no way to change the foreground and background
colors in module Graphics. The problem is that X uses the background
color to fill in missing peaces when resizeing or when uncovering
regions before seding an expose event. If the background is white and
the actual graphic displayed is black that is very anoying to the eye.

Setting the background color to something roughly reflecting the
average color displayed greatly reduces flickering.

MfG
	Goswin