Defines | Functions

hotcheck.h File Reference

#include "coreexp.h"

Go to the source code of this file.

Defines

#define  VID_NTSC   0
#define  VID_PAL   1
#define  HOT_FLAG   0
#define  HOT_SCALE_LUM   1
#define  HOT_SCALE_SAT   2

Functions

CoreExport void  BuildHotTable (int video_type=VID_NTSC)
CoreExport int  HotLimit (Color48 *thepix, int method=HOT_SCALE_LUM)

Define Documentation

#define VID_NTSC   0

Definition at line 19 of file hotcheck.h.

#define VID_PAL   1

Definition at line 20 of file hotcheck.h.

#define HOT_FLAG   0

Definition at line 23 of file hotcheck.h.

#define HOT_SCALE_LUM   1

Definition at line 24 of file hotcheck.h.

#define HOT_SCALE_SAT   2

Definition at line 25 of file hotcheck.h.


Function Documentation

CoreExport void BuildHotTable ( int  video_type = VID_NTSC )
CoreExport int HotLimit ( Color48 thepix,
int  method = HOT_SCALE_LUM 
)