mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Fix comments
This commit is contained in:
@@ -33,7 +33,7 @@ std::unique_ptr<wxImage> ChangeImageColour(wxImage * srcImage,
|
||||
|
||||
// Takes a background image, foreground image, and mask
|
||||
// (i.e. the alpha channel for the foreground), and
|
||||
// returns an NEW image where the foreground has been
|
||||
// returns a NEW image where the foreground has been
|
||||
// overlaid onto the background using alpha-blending,
|
||||
// at location (xoff, yoff).
|
||||
std::unique_ptr<wxImage> OverlayImage(wxImage * background, wxImage * foreground,
|
||||
|
||||
Reference in New Issue
Block a user