Header: textarea.h
Syntax:
extern _kernel_oserror *textarea_get_colour
(
unsigned int flags,
ObjectId window,
ComponentId textarea,
unsigned int *foreground,
unsigned int *background
);
Purpose: Function gets the colours of a text area, which are written to foreground and background as 24-bit palette entries (0xBBGGRR00).
|
|
|