You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPlayBoardView::OnEditBoardToFile() has a declaration CDib dib(bmap, GetAppPalette(), uint16_t(24));
in it. What does it mean for a 24bpp bitmap (or DIB) to also have a palette?
CPlayBoardView::OnEditBoardToFile() has a declaration
CDib dib(bmap, GetAppPalette(), uint16_t(24));in it. What does it mean for a 24bpp bitmap (or DIB) to also have a palette?