PDFium Delphi Component Docs

NightDuotoneInk プロパティ

コンポーネント: TPdfView  ·  ユニット: PDFium
reNightDuotone 低視力レンダリング オプションで使うインク色を制御します

Syntax

property NightDuotoneInk: TColor;

Description

When reNightDuotone is present in Options, TPdfView maps rendered page luminance onto NightDuotoneInk and NightDuotonePaper before overlays are painted

Assigning this property invalidates the view immediately when reNightDuotone is active

Remarks

Example

PdfView1.NightDuotoneInk := $0000C8FF;
PdfView1.Options := PdfView1.Options + [reNightDuotone];

See Also

TPdfView.NightDuotonePaper, TPdfView.Options, DuotonePdfBitmap