PathEngine home previous: iTestBed::setBackgroundColour()next: iTestBed::setCameraControlState()
Contents, API Reference, Interfaces, iTestBed, setBackgroundColourRGB

iTestBed::setBackgroundColourRGB()

Description

Sets the background colour.

Syntax

void setBackgroundColourRGB(float r, float g, float b);

Parameters

r A value in the range 0.f to 1.f, inclusive, for the red component of the colour to set.
g A value in the range 0.f to 1.f, inclusive, for the green component of the colour to set.
b A value in the range 0.f to 1.f, inclusive, for the blue component of the colour to set.

C# Mapping

void setBackgroundColourRGB(float r, float g, float b);

Java Mapping

void setBackgroundColourRGB(float r, float g, float b);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::setCameraControlState()