# This file describes the palette to be used by gen_cross_section
# The first entry is the background colour, the second is reserved to be the
# outline colour.
# If you specify more than 256 colours, it will probably break!
# If you do not specify Red, Green or Blue then they are assumed to be 0.

####################
# Reserved colours #
####################

# Background (White)
# 0
ColourStart
Red: 255
Green: 255
Blue: 255
ColourEnd

# Outline (Black)
# 1
ColourStart
Red: 0
Green: 0
Blue: 0
ColourEnd

############################
# User colours start here! #
############################

# Oxide
# 2
ColourStart
Red: 192
Green: 192
Blue: 192
ColourEnd

# NWELL
# 3
ColourStart
Red: 0
Green: 0
Blue: 255
ColourEnd

# NPLUS
# 4
ColourStart
Red: 94
Green: 32
Blue: 0
ColourEnd

# PPLUS
# 5
ColourStart
Red: 255
Green: 0
Blue: 255
ColourEnd

# POLY
# 6
ColourStart
Red: 255
Green: 255
Blue: 0
ColourEnd

# M1
# 7
ColourStart
Red: 255
Green: 0
Blue: 0
ColourEnd

# M2
# 8
ColourStart
Red: 255
Green: 175
Blue: 0
ColourEnd

# M3
# 9
ColourStart
Red: 0
Green: 127
Blue: 127
ColourEnd

# M4
# 10
ColourStart
Red: 127
Green: 0
Blue: 255
ColourEnd
