![]() | ||||
![]() |
NEWS APPS DOCS ABOUT | |||
![]() | ||||
![]() | ||||
![]() |
![]() Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.h / .i font.h / .i icontrol.h / .i input.h / .i locale.h / .i overscan.h / .i palette.h / .i pointer.h / .i prefhdr.h / .i printergfx.h / .i printerps.h / .i printertxt.h / .i reaction.h screenmode.h / .i serial.h / .i sound.h / .i wbpattern.h / .i workbench.h / .i proto reaction resources rexx utility workbench GuruMeditation | #ifndef PREFS_PALETTE_H #define PREFS_PALETTE_H /* ** $VER: palette.h 39.2 (15.6.1992) ** Includes Release 45.1 ** ** File format for palette preferences ** ** (C) Copyright 1992-2001 Amiga, Inc. ** All Rights Reserved */ /*****************************************************************************/ #ifndef EXEC_TYPES_H #include <exec/types.h> #endif #ifndef LIBRARIES_IFFPARSE_H #include <libraries/iffparse.h> #endif #ifndef INTUITION_INTUITION_H #include <intuition/intuition.h> #endif /*****************************************************************************/ #define ID_PALT MAKE_ID('P','A','L','T') struct PalettePrefs { LONG pap_Reserved[4]; /* System reserved */ UWORD pap_4ColorPens[32]; UWORD pap_8ColorPens[32]; struct ColorSpec pap_Colors[32]; /* Used as full 16-bit RGB values */ }; /*****************************************************************************/ #endif /* PREFS_PALETTE_H */ Comments |
![]() |
$VER: d0.se 1.14 Copyright © 2011-2023 Tobias Geijersson support at d0 dot se |
![]() |