
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NErgbToHsv'>
		<attribute name='outHsv' type='maya.float3'>
			<label>Out Hsv</label>
		</attribute>
		<attribute name='inRgb' type='maya.float3'>
			<label>In Rgb</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NErgbToHsv'>
		<property name='outHsv'/>
		<property name='inRgb'/>
	</view>
</templates>
