Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DoTranspIntens(3D)

DoTranspOrientColor(3D)

DoTranspOrientExp(3D)

DoTranspOrientIntens(3D)

DoTranspOrientSwitch(3D)

DoTranspSwitch(3D)

DoTranspColor(3D)  —  Kubota Pacfic Computer Inc. (\*(Dd)

NAME

DoTranspColor − Create a transparent color primitive attribute object

SYNOPSIS

C:

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

FORTRAN:

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

DESCRIPTION

DoTranspColor creates a transparent color primitive attribute object.  The parameter colormodel specifies the color model.  The parameter color specifies the color of the light that can be transmitted through the surface.  In effect, the transparent color of an object can be thought of as its filter color. 

The transparent color is one of several qualities that make a surface transparent.  Other qualities include the intensity of the transparent color (set with DoTranspIntens <DOTI>) and the presence of transparency (set with DoTranspSwitch <DOTS>). 

The use of this attribute during rendering is renderer-dependent.  Some renderers which support transparency do not support a transparent color. 

DEFAULTS

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

SEE ALSO

DoTranspIntens(3D), DoTranspOrientColor(3D), DoTranspOrientExp(3D), DoTranspOrientIntens(3D), DoTranspOrientSwitch(3D), DoTranspSwitch(3D)

September 02, 1992

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