// Purpose: interface of wxPixelData
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Create pixel data object representing the area of the image defined by
@a pt and @a sz.
*/
- wxPixelData(Image& i, const wxPoint& pt, const wxSize& sz)
+ wxPixelData(Image& i, const wxPoint& pt, const wxSize& sz);
/**
Return @true of if we could get access to bitmap data successfully.
//@{
/**
- Data Access: Access to invidividual colour components.
+ Data Access: Access to individual colour components.
*/
ChannelType& Red();
ChannelType& Green();