BeMDI SDK

  CColor

CColor::operator -
Substract two colors.
CColor operator - (const CColor &other);


Remarks
Substracting two colors means that every color component is substraced seperatly and restricted to the range beween 0 and 255. The alpha channel is set to 255.

  Top


© 2000 by 3rd-evolution