RGBHalf 8h source 01

405 m_alpha /= factor; 00406 return this; 00407 } 00408 00409 inline YAHalf YAHalf::operator + ( const YAHalf &other ) 00410 { 00411 m_luminance += other.m_luminance; 00412 m_alpha += other.m_alpha; 00413 return YAHalf(this); 00414 } 00415 00416 inline int YAHalf::operator == ( const YAHalf &other ) const 00417 { 00418 if (m_luminance == other.m_luminance && m_alpha == other.m_alpha) 00419 return TRUE; 00420 return FALSE; 00421 } ```


This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:45 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001