Tag for VideoControl() When set, graphics will only load color 0 for this View Port default = False.
Source position: agraphics.pas line 1979
const VC_NoColorPaletteLoad = $80000082; |
When set, graphics will only load color 0 for this ViewPort, and so the ViewPort's colors will come from the previous ViewPort's. Using this tag and VTAG_FULLPALETTE_SET together is undefined.
|
Tag for VideoControl() Get if only color 0 will be set for this viewport. |