ambientRGB
From Pdpedia
| {{{example_image}}} caption | |
| Description: | set the ambient color with 3 discrete values |
|---|---|
| Abbreviation: | |
| Library: | gem |
| Author(s): | Mark Danks, IOhannes m zmölnig, Günter Geiger, tigital, Chris Clepper et al. |
| Developer(s): | |
| Release version: | |
| Release date: | 1997-2007 |
| Status: | active |
| Dependencies: | |
| License: | GPLv2 or later |
| Website: | http://gem.iem.at/ |
| Programming Language: | |
| Platform(s): | GNU/Linux, Mac OS X, Windows |
| Language: | English |
| Data type(s): | gem list |
| Distribution(s): | Pd-extended, pure dyne, gem debian package |
Synopsis: [ambientRGB]
Class: manipulation object
Description: ambient colouring
[ambientRGB] accepts a gemList and sets the ambient-color for all subsequent vertex-operations. You have to enable lighting to see any effects.
Arguments:
a list of 3 (RGB) or 4 (RGBA) float-values.
defaults: 0.2 0.2 0.2 1
Inlets:
Inlet 1: gemlist
Inlet 2: float: red value
Inlet 3: float: green value
Inlet 4: float: blue value
Inlet 5: float: alpha value
Outlets:
Outlet 1: gemlist
GEM object
Example:
Create window:
Contents |

