git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67911
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
enum wxInterpolationQuality
{
+ // default interpolation
+ wxINTERPOLATION_DEFAULT,
// no interpolation
- wxINTERPOLATION_NONE, // should be 0
+ wxINTERPOLATION_NONE,
// fast interpolation, suited for interactivity
wxINTERPOLATION_FAST,
// better quality
*/
enum wxInterpolationQuality
{
+ /** default interpolation, based on type of context, in general medium quality */
+ wxINTERPOLATION_DEFAULT,
/** no interpolation */
wxINTERPOLATION_NONE,
/** fast interpolation, suited for interactivity */