Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ColorCmd(3U) — Lucid Energize 2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

Command(3U)

pspaint(3U)

statevars(3U)

ColorCmd(3U)  —  InterViews Reference Manual

NAME

ColorCmd − command for setting components’ color attributes

SYNOPSIS

#include <Unidraw/Commands/color.h>

DESCRIPTION

ColorCmd is a purely interpretive command for setting the foreground and background color attributes of selected components. 

PUBLIC OPERATIONS

ColorCmd(ControlInfo∗, PSColor∗ fg = nil, PSColor∗ bg = nil)

ColorCmd(Editor∗ = nil, PSColor∗ fg = nil, PSColor∗ bg = nil)
Create a ColorCmd, optionally specifying the foreground (fg) and background (bg) PSColors that components should adopt. 

virtual void Execute()
ColorCmd extends Execute to set the value of the affected editor’s ColorVar instance, if it defines one.

PSColor∗ GetFgColor()

PSColor∗ GetBgColor()
Return the PSColors supplied in the constructor.

SEE ALSO

Command(3U), pspaint(3U), statevars(3U)

Unidraw  —  Last change: 23 January 1991

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026