
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEcolorMath'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='outAlpha' type='maya.float'>
			<label>Out Alpha</label>
		</attribute>
		<attribute name='colorA' type='maya.float3'>
			<label>Color A</label>
		</attribute>
		<attribute name='alphaA' type='maya.float'>
			<label>Alpha A</label>
		</attribute>
		<attribute name='colorB' type='maya.float3'>
			<label>Color B</label>
		</attribute>
		<attribute name='alphaB' type='maya.float'>
			<label>Alpha B</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEcolorMath'>
		<property name='outColor'/>
		<property name='outAlpha'/>
		<property name='colorA'/>
		<property name='alphaA'/>
		<property name='colorB'/>
		<property name='alphaB'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEcolorMath'>
		<property name='outColor'/>
	</view>
</templates>
