Enum EmfDibColors

Enum EmfDibColors

De naam: Aspose.Imaging.FileFormats.Emf.Emf.Consts Verzameling: Aspose.Imaging.dll (25.4.0)

De DIBColors-lijst definieert hoe de waarden in de kleurtabel van een DIB worden geïnterpreteerd.

public enum EmfDibColors

Fields

DIB_PAL_COLORS = 1

De kleurtafel bestaat uit een reeks 16-bit-indexen in het LogPalette-object (afdeling 2.2.17) dat momenteel wordt gedefinieerd in de playback-apparaat context.

DIB_PAL_INDICES = 2

De pixels in de DIB zijn indices in het huidige logische palet in the playback device context.

DIB_RGB_COLORS = 0

De kleur tabel bevat letterlijke RGB waarden

 Nederlands