BlendModeCompat
Compat version of android.graphics.BlendMode, usages of BlendModeCompat will map to android.graphics.PorterDuff.Mode wherever possible
Entries
{@usesMathJax} Makes destination brighter to reflect source. \(\alpha_{out} = \alpha_{src} + \alpha_{dst} - \alpha_{src} * \alpha_{dst}\)
{@usesMathJax} Makes destination darker to reflect source.
{@usesMathJax} Makes destination lighter or darker, depending on source.
{@usesMathJax} Makes destination lighter or darker, depending on source.
{@usesMathJax} Subtracts darker from lighter with higher contrast.
Replaces saturation of destination saturation hue of source, leaving hue and luminosity unchanged.
Replaces luminosity of destination with luminosity of source, leaving hue and saturation unchanged.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.