79 /// @brief A modifier that will replace all pixels with "White Smoke" corresponding to the intensity of the extracted colour and the source alpha channel.
80 /// @details The extract colour isn't used explicitly, instead each channel (except for the alpha channel) is multiplied by the corresponding channel of the
81 /// source pixel. The Alpha channel value is then factored in unaltered by the ExtractColour member. Setting an alpha value to the ExtractColour has no effect.