C# PictureBox 顯示單通道灰度圖

// 定義灰度調色板 System.Drawing.Imaging.ColorPalette GreyColorPalette = null; // 定義新Bitmap圖像 System.Drawing.Bitmap newBitmap = null; // 讀取BitMap圖像 System.Drawing.Bitmap curBitmap = new Bitmap("00.bmp");
相關文章
相關標籤/搜索