Short: Maximum white patch Author: gatig@dragon.klte.hu (Gáti Gergely) Uploader: gatig dragon klte hu (Gáti Gergely) Type: util/misc Architecture: m68k-amigaos This is a small patch to solve a typical A1200 bug. This is the maximum intensity white color on vga monitors. the color FF FF FF (255,255,255) sometimes flashing when it's mixed with black (0,0,0) color. This patch patches the following functions in graphics.library: - LoadRGB32() - SetRGB32() - SetRGB32CM() And if someone wants to set a color $ff,$ff,$ff, then rgbpch changes it to $fe,$fe,$fe. I do not use it on normal Amiga side, but it is useful with ShapeShifter, or Fusion, or other tools, when you cannot set the colors.