Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ lgtclr(3D) — Stardent 3.0 System Software

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DoLight(3D)

DoLightIntens(3D)

DoLightColor(3D)  —  Stardent Computer Inc. (\*(Dd)

NAME

DoLightColor − Create a light color studio attribute object

SYNOPSIS

C:

DtObject DoLightColor(colormodel, color)
DtColorModel colormodel;
DtReal color[];

Fortran:

INTEGER∗4 DOLC(COLMOD, COLOR)
INTEGER∗4 COLMOD
REAL∗8 COLOR()

DESCRIPTION

DoLightColor creates a light color studio attribute object.  The parameter colormodel specifies the kind of color used.  The parameter color specifies the color, in the designated color model, of subsequent light objects. 

The light color attribute controls only the chromatic composition of the light emitted by a light source; the intensity of the light source is determined by the light intensity attribute. 

DEFAULTS

The default DoLightColor is (DcRGB, (1.0, 1.0, 1.0)). 

SEE ALSO

DoLight(3D), DoLightIntens(3D)

September 29, 2021

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