ImagePixelFormat

ImagePixelFormat enumeration

指定生成图像的像素格式。

public enum ImagePixelFormat

价值观

姓名价值描述
Format1bppIndexed1每像素 1 位,索引。
Format4bppIndexed4每像素 4 位,索引。
Format8bppIndexed8每像素 8 位,索引。
Format24bppRgb24每像素 24 位,RGB。
Format32bppArgb32每像素 32 位,ARGB。

也可以看看