JPEGView/Headers/ColorsMenu.h

1 line
602 B
C

/*********************************************************/
/* This source code copyright (c) 1991-2001, Aaron Giles */
/* See the Read Me file for licensing information. */
/* Contact email: mac@aarongiles.com */
/*********************************************************/
#ifndef __COLORSMENU__
#define __COLORSMENU__
void HandleColorChoice(short theItem);
void HandleQualityChoice(short theItem);
#define SystemPalette(depth) ((depth < 8) ? gColorPalette[depth] : gColorPalette[8])
#define GreyPalette(depth) ((depth < 8) ? gGreyPalette[depth] : gGreyPalette[8])
#endif