<?xml version='1.0' encoding='utf-8'?>
<!-- 
Copyright 2005 DataActive Communications Limited

Unless required by applicable law or agreed to in writing, software,
documentation and examples are distributed under a 'AS IS' BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<!DOCTYPE re:root SYSTEM 'http://reality.dataactive.com/DTDs/reality-1.0.dtd'>

<re:root xmlns:re='http://reality.dataactive.com'>
	<re:document 
		version='1.0' 
		language-code='ENG' 
		country-code='GBR' 
		category-code='examples' 
		uid='040_010' 
		display-name='Creating colors in a color space'>

		<re:outputs >
			<re:output
				name='Kwik PDF' 
				file-name='040_010_CreatingAColor' 
				type='reality.pdf.kwik'  
				options='page-crop-marks: false' />
		</re:outputs>
		
		<re:colors>
			<re:color name='customBlue1' type='cmyk' value='1.0, 0.60, 0.0 ,0.0' />
			<re:color name='customBlue2' type='spot' value='1.0, 0.60, 0.0, 0.0' />
			<re:color name='customBlue3' type='rgb' value='0, 1.0, 0' />
			<re:color name='customBlue4' type='grayscale' value='0.5' />
		</re:colors>
		
		<re:styles>
			<re:style name='mainLayer'>
				<re:styleattribute name='position' value='absolute' />
				<re:styleattribute name='left' value='20' />
				<re:styleattribute name='top' value='150' />
				<re:styleattribute name='width' value='200' />
				<re:styleattribute name='height' value='200' />
			</re:style>
		</re:styles>
		
		<re:content>
			<re:page >
				<re:layer class='mainLayer' 
					style='background-color-name: customBlue1;'>
				</re:layer>
			</re:page>
		</re:content>
	</re:document>
</re:root>
