PrimaryJabColors-Struktur (wcsplugin.h)

Diese Struktur enthält acht Primärfarben in Jab-Koordinaten.

Syntax

typedef struct _PrimaryJabColors {
  JabColorF red;
  JabColorF yellow;
  JabColorF green;
  JabColorF cyan;
  JabColorF blue;
  JabColorF magenta;
  JabColorF black;
  JabColorF white;
} PrimaryJabColors;

Member

red

Primär rot.

yellow

Primär gelb.

green

Primär grün.

cyan

Primärer Cyan-Wert.

blue

Primärblau.

magenta

Magenta primär.

black

Primär schwarz.

white

Primär weiß.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile wcsplugin.h

Weitere Informationen