⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quantizecolordlg.h

📁 实现图像压缩功能。这个程序是从网上下载来的
💻 H
字号:
#if !defined(AFX_QUANTIZECOLORDLG_H__160D65C4_FDD1_431B_9E5D_922C931B8F11__INCLUDED_)
#define AFX_QUANTIZECOLORDLG_H__160D65C4_FDD1_431B_9E5D_922C931B8F11__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QuantizeColorDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CQuantizeColorDlg dialog

class CQuantizeColorDlg : public CDialog
{
// Construction
public:
	CQuantizeColorDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CQuantizeColorDlg)
	enum { IDD = IDD_QUANTIZATIONDLGCOLOR };
	int		m_red;
	int		m_green;
	int		m_blue;
	CString	m_bluemax;
	CString	m_bluemin;
	CString	m_greenmax;
	CString	m_greenmin;
	CString	m_redmax;
	CString	m_redmin;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CQuantizeColorDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL
	
public:
	double *m_level;
	double m_levelmax[3];
	double m_colormax[3],m_colormin[3];

// Implementation
protected:
	CRect m_precthis;


	// Generated message map functions
	//{{AFX_MSG(CQuantizeColorDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_QUANTIZECOLORDLG_H__160D65C4_FDD1_431B_9E5D_922C931B8F11__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -