Win32 API 日本語リファレンス
ホームGraphics.Imaging › WICBitmapDitherType

WICBitmapDitherType

列挙型
基底型i4

メンバー 10

名前10進16進
WICBitmapDitherTypeNone00x0
WICBitmapDitherTypeSolid00x0
WICBitmapDitherTypeOrdered4x410x1
WICBitmapDitherTypeOrdered8x820x2
WICBitmapDitherTypeOrdered16x1630x3
WICBitmapDitherTypeSpiral4x440x4
WICBitmapDitherTypeSpiral8x850x5
WICBitmapDitherTypeDualSpiral4x460x6
WICBitmapDitherTypeDualSpiral8x870x7
WICBitmapDitherTypeErrorDiffusion80x8

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum WICBitmapDitherType : int {
    WICBitmapDitherTypeNone = 0,
    WICBitmapDitherTypeSolid = 0,
    WICBitmapDitherTypeOrdered4x4 = 1,
    WICBitmapDitherTypeOrdered8x8 = 2,
    WICBitmapDitherTypeOrdered16x16 = 3,
    WICBitmapDitherTypeSpiral4x4 = 4,
    WICBitmapDitherTypeSpiral8x8 = 5,
    WICBitmapDitherTypeDualSpiral4x4 = 6,
    WICBitmapDitherTypeDualSpiral8x8 = 7,
    WICBitmapDitherTypeErrorDiffusion = 8
} WICBitmapDitherType;
public enum WICBitmapDitherType : int
{
    WICBitmapDitherTypeNone = 0,
    WICBitmapDitherTypeSolid = 0,
    WICBitmapDitherTypeOrdered4x4 = 1,
    WICBitmapDitherTypeOrdered8x8 = 2,
    WICBitmapDitherTypeOrdered16x16 = 3,
    WICBitmapDitherTypeSpiral4x4 = 4,
    WICBitmapDitherTypeSpiral8x8 = 5,
    WICBitmapDitherTypeDualSpiral4x4 = 6,
    WICBitmapDitherTypeDualSpiral8x8 = 7,
    WICBitmapDitherTypeErrorDiffusion = 8,
}
Public Enum WICBitmapDitherType As Integer
    WICBitmapDitherTypeNone = 0
    WICBitmapDitherTypeSolid = 0
    WICBitmapDitherTypeOrdered4x4 = 1
    WICBitmapDitherTypeOrdered8x8 = 2
    WICBitmapDitherTypeOrdered16x16 = 3
    WICBitmapDitherTypeSpiral4x4 = 4
    WICBitmapDitherTypeSpiral8x8 = 5
    WICBitmapDitherTypeDualSpiral4x4 = 6
    WICBitmapDitherTypeDualSpiral8x8 = 7
    WICBitmapDitherTypeErrorDiffusion = 8
End Enum
import enum

class WICBitmapDitherType(enum.IntEnum):
    WICBitmapDitherTypeNone = 0
    WICBitmapDitherTypeSolid = 0
    WICBitmapDitherTypeOrdered4x4 = 1
    WICBitmapDitherTypeOrdered8x8 = 2
    WICBitmapDitherTypeOrdered16x16 = 3
    WICBitmapDitherTypeSpiral4x4 = 4
    WICBitmapDitherTypeSpiral8x8 = 5
    WICBitmapDitherTypeDualSpiral4x4 = 6
    WICBitmapDitherTypeDualSpiral8x8 = 7
    WICBitmapDitherTypeErrorDiffusion = 8
// WICBitmapDitherType
pub const WICBitmapDitherTypeNone: i32 = 0;
pub const WICBitmapDitherTypeSolid: i32 = 0;
pub const WICBitmapDitherTypeOrdered4x4: i32 = 1;
pub const WICBitmapDitherTypeOrdered8x8: i32 = 2;
pub const WICBitmapDitherTypeOrdered16x16: i32 = 3;
pub const WICBitmapDitherTypeSpiral4x4: i32 = 4;
pub const WICBitmapDitherTypeSpiral8x8: i32 = 5;
pub const WICBitmapDitherTypeDualSpiral4x4: i32 = 6;
pub const WICBitmapDitherTypeDualSpiral8x8: i32 = 7;
pub const WICBitmapDitherTypeErrorDiffusion: i32 = 8;
// WICBitmapDitherType
const (
	WICBitmapDitherTypeNone int32 = 0
	WICBitmapDitherTypeSolid int32 = 0
	WICBitmapDitherTypeOrdered4x4 int32 = 1
	WICBitmapDitherTypeOrdered8x8 int32 = 2
	WICBitmapDitherTypeOrdered16x16 int32 = 3
	WICBitmapDitherTypeSpiral4x4 int32 = 4
	WICBitmapDitherTypeSpiral8x8 int32 = 5
	WICBitmapDitherTypeDualSpiral4x4 int32 = 6
	WICBitmapDitherTypeDualSpiral8x8 int32 = 7
	WICBitmapDitherTypeErrorDiffusion int32 = 8
)
const
  WICBitmapDitherTypeNone = 0;
  WICBitmapDitherTypeSolid = 0;
  WICBitmapDitherTypeOrdered4x4 = 1;
  WICBitmapDitherTypeOrdered8x8 = 2;
  WICBitmapDitherTypeOrdered16x16 = 3;
  WICBitmapDitherTypeSpiral4x4 = 4;
  WICBitmapDitherTypeSpiral8x8 = 5;
  WICBitmapDitherTypeDualSpiral4x4 = 6;
  WICBitmapDitherTypeDualSpiral8x8 = 7;
  WICBitmapDitherTypeErrorDiffusion = 8;
// WICBitmapDitherType
pub const WICBitmapDitherTypeNone: i32 = 0;
pub const WICBitmapDitherTypeSolid: i32 = 0;
pub const WICBitmapDitherTypeOrdered4x4: i32 = 1;
pub const WICBitmapDitherTypeOrdered8x8: i32 = 2;
pub const WICBitmapDitherTypeOrdered16x16: i32 = 3;
pub const WICBitmapDitherTypeSpiral4x4: i32 = 4;
pub const WICBitmapDitherTypeSpiral8x8: i32 = 5;
pub const WICBitmapDitherTypeDualSpiral4x4: i32 = 6;
pub const WICBitmapDitherTypeDualSpiral8x8: i32 = 7;
pub const WICBitmapDitherTypeErrorDiffusion: i32 = 8;
const
  WICBitmapDitherTypeNone* = 0
  WICBitmapDitherTypeSolid* = 0
  WICBitmapDitherTypeOrdered4x4* = 1
  WICBitmapDitherTypeOrdered8x8* = 2
  WICBitmapDitherTypeOrdered16x16* = 3
  WICBitmapDitherTypeSpiral4x4* = 4
  WICBitmapDitherTypeSpiral8x8* = 5
  WICBitmapDitherTypeDualSpiral4x4* = 6
  WICBitmapDitherTypeDualSpiral8x8* = 7
  WICBitmapDitherTypeErrorDiffusion* = 8
enum WICBitmapDitherType : int {
    WICBitmapDitherTypeNone = 0,
    WICBitmapDitherTypeSolid = 0,
    WICBitmapDitherTypeOrdered4x4 = 1,
    WICBitmapDitherTypeOrdered8x8 = 2,
    WICBitmapDitherTypeOrdered16x16 = 3,
    WICBitmapDitherTypeSpiral4x4 = 4,
    WICBitmapDitherTypeSpiral8x8 = 5,
    WICBitmapDitherTypeDualSpiral4x4 = 6,
    WICBitmapDitherTypeDualSpiral8x8 = 7,
    WICBitmapDitherTypeErrorDiffusion = 8,
}
#define global WICBitmapDitherTypeNone           0x0
#define global WICBitmapDitherTypeSolid          0x0
#define global WICBitmapDitherTypeOrdered4x4     0x1
#define global WICBitmapDitherTypeOrdered8x8     0x2
#define global WICBitmapDitherTypeOrdered16x16   0x3
#define global WICBitmapDitherTypeSpiral4x4      0x4
#define global WICBitmapDitherTypeSpiral8x8      0x5
#define global WICBitmapDitherTypeDualSpiral4x4  0x6
#define global WICBitmapDitherTypeDualSpiral8x8  0x7
#define global WICBitmapDitherTypeErrorDiffusion 0x8