Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 2 Ďalej »

%HI_RemapColorPal function


Function

The function remaps the color palette in HI to other palette. The change will be used in newly opened windows. In open windows, there are colors from the former palette until the windows want to change them. For instance, a change of color caused by a change of a value of D2000 object. The function does not work recursively, i.e. if Palette1 is remapped to Palette2 and Palette2 to Palette3, the colors required from Palette1 will be from Palette2, not from Palette3. 

Declaration
%HI_RemapColorPal(
   HOBJ in colorPalette1,
   HOBJ in toColorPalette2
 )
Parameters
colorPalette1 The color palette that will be remapped.
toColorPalette2 The color palette to which other palette will be remapped.
Note 1

Remapping is cancelled if, colorPalette1 = toColorPalette2


Note 2

The system palette is available as  HOBJ(0)

  • Žiadne štítky