# This file is for definitions of class Folding (folding.rb) includeing GD::Image . # colorAllocation-'s color number, setStyle-d line pattern keyword string(Array) kind # orders of datum white [255,255,255] color black [0,0,0] color red [204,0,0] color blue [0,0,255] color # green [0,204,0] color green [102,204,102] color yellow [255,255,51] color #orange [255,153,51] color orange [255,204,153] color paleblue [204,255,255] color grayshadow [204,204,204] color Valley ([@red]*3+ [Transparent]*3) pattern Mountain ([@blue]*4+ [Transparent]*3+ [@blue]*2+ [Transparent]*2+ [@blue]*2+ [Transparent]*3+ [@blue]*4) pattern G ([@green]*1) pattern Gdotted ([@green]*1 + [Transparent]*2 + [@green]*1) pattern B ([@black]*1) pattern Bl ([@blue]*1) pattern R ([@red]*1) pattern Y ([@yellow]*1) pattern O ([@orange]*1) pattern W ([@white]*1) pattern PBlue ([@paleblue]*1) pattern Transparent ([Transparent]*1) pattern