PDFium Component Docs

propiedad NightDuotoneInk

Componente: TPdfView  ·  Unidad: PDFium
Controla el color de tinta usado por la opción de renderizado de baja visión reNightDuotone

Syntax

property NightDuotoneInk: TColor;

Description

Cuando reNightDuotone está presente en Options, TPdfView mapea la luminancia de la página renderizada hacia NightDuotoneInk y NightDuotonePaper antes de pintar las superposiciones

Asignar esta propiedad invalida la vista de inmediato cuando reNightDuotone está activo

Remarks

Example

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

See Also

TPdfView.NightDuotonePaper, TPdfView.Options, DuotonePdfBitmap