home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compressed Image File Formats
/
CompressedImageFileFormatsJohnMiano.iso
/
pc
/
Library
/
BCBViewer
/
ImageEdit.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1998-12-17
|
139 b
|
9 lines
#ifndef __IMAGEEDIT_H
#define __IMAGEEDIT_H
#include "bitimage.h"
void GammaCorrect (BitmapImage &image, double gamma) ;
#endif