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

WICJpegChrominanceProperties

列挙型
基底型i4

メンバー 1

名前10進16進説明
WICJpegChrominanceTable10x1[VT_UI2|VT_VECTOR] メタデータプロパティがクロミナンステーブルであることを示します。

公式ドキュメント

JPEG のクロミナンステーブルプロパティを指定します。

出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)

各言語での定義

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

typedef enum WICJpegChrominanceProperties : int {
    WICJpegChrominanceTable = 1
} WICJpegChrominanceProperties;
public enum WICJpegChrominanceProperties : int
{
    WICJpegChrominanceTable = 1,
}
Public Enum WICJpegChrominanceProperties As Integer
    WICJpegChrominanceTable = 1
End Enum
import enum

class WICJpegChrominanceProperties(enum.IntEnum):
    WICJpegChrominanceTable = 1
// WICJpegChrominanceProperties
pub const WICJpegChrominanceTable: i32 = 1;
// WICJpegChrominanceProperties
const (
	WICJpegChrominanceTable int32 = 1
)
const
  WICJpegChrominanceTable = 1;
// WICJpegChrominanceProperties
pub const WICJpegChrominanceTable: i32 = 1;
const
  WICJpegChrominanceTable* = 1
enum WICJpegChrominanceProperties : int {
    WICJpegChrominanceTable = 1,
}
#define global WICJpegChrominanceTable 0x1