This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
2007-02-23 18:10:32 +01:00
|
|
|
#include "settings.h"
|
|
|
|
|
|
|
|
Settings::Settings( void )
|
|
|
|
{
|
2007-02-23 23:28:29 +01:00
|
|
|
colorThreshold[0] = 100;
|
|
|
|
colorThreshold[1] = 1000;
|
2007-02-25 18:53:36 +01:00
|
|
|
|
|
|
|
ul.x = bl.x = ul.y = ur.y = 30;
|
|
|
|
ur.x = br.x = 610;
|
|
|
|
br.y = bl.y = 450;
|
|
|
|
|
2007-02-23 18:10:32 +01:00
|
|
|
}
|