Beispiel #1
0
VImage 
operator*( VImage a, VImage b ) 
{
	return( a.multiply( b ) );
}
Beispiel #2
0
VImage 
operator*( const VImage a, const VImage b ) 
{
	return( a.multiply( b ) );
}