
' ScreenWidth : how many pixels wide to use for the constellation
'    * however, if the constellation requires more than the specified pixels
'               the program with increase the screen width to use.

ScreenWidth = 1000
ScreenHeight = 700

ScreenWidth = 1500
ScreenHeight = 700

MaxCircleRad = 6

BrighterThan = 15

ConstsFolder = constellations

'LeftHourLimit : used for constellations that overlap 0hour
/LeftHourLimit
cetus 4
andromeda 3
cassiopeia 4
cepheus 9
'Octans 12
pegasus 1
Pisces 3
Phoenix 3
Ursae_Minoris 3
Ursa_Minor 4
Tucana 2
Sculptor 3
/

'-these RGB values are based on Wiki table colors
x/StarColors
o 146 181 255
b 162 192 255
a 213 224 255
f 249 245 255
g 255 237 227
k 255 218 181
m 255 181 108
/

'- these RGB values are mine
/StarColors
o 0 40 255
b 0 128 255
a 0 200 255
f 255 255 255
g 236 240 145
k 214 183 87
m 214 89 35
/

'G = galaxies ; purple
ObjectTypeColor-G = 138 20 171

'N - nebulas ; yellow
ObjectTypeColor-N = 252 252 10
ObjectTypeColor-CG = 252 252 10
ObjectTypeColor-C = 252 252 10

'R = remnant ; pink?
ObjectTypeColor-R = 249 160 190