Graphisoft®

GX ModuleVersion: 16

SetForeColor

Set the foreground color.

voidSetForeColor (
        unsigned char red,
        unsigned char green,
        unsigned char blue,
        unsigned char alpha
);

Parameters

red
The red component.
green
The green component.
blue
The blue component.
alpha
The alpha component. Default value is 255.

Return Values

This function has no return value.

Requirements

Version:
ArchiCAD 14
Header:
NativeContext.hpp
Import Library:
DGGraphix.lib
Module:
DGGraphix.dll [WIN], DGGraphix.framework [MAC]

See Also

NativeContext class