IOinternSetPaletteEntry

Top  Previous  Next

Colour definition placed for window.

Only for the internal use.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

idx (int) [IN]

Index in the table whose values are anew put.

red (ULONG) [IN]

Red portion.

green (ULONG) [IN]

Green portion.

blue (ULONG) [IN]

Blue portion.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOinternSetPaletteEntry (

PIOPIPES pipes,

int idx,

ULONG red,

ULONG green,

ULONG blue

);