#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 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.
| CoreExport void BuildHotTable | ( | int | video_type =
VID_NTSC |
) |
| CoreExport int HotLimit | ( | Color48 * | thepix, |
| int | method =
HOT_SCALE_LUM |
||
| ) |