Welcome to Pauls PureProject
 Home Online Reference Guide duplicated from http://cvs.purebasic.com  
 Online Resources
   · Reference

 Libraries
     2DDrawing
     Billboard
     Camera
     CDAudio
     Cipher
     Clipboard
     Console
     Database
     Date
     Desktop
     Engine3D
     Entity
     File
     FileSystem
     Font
     Gadget
     Help
     Image
     ImagePlugin
     Joystick
     Keyboard
     Library
     Light
     LinkedList
     Material
     Math
     Memory
     Menu
     Mesh
     Misc
     Module
     Mouse
     Movie
     Network
     OnError
     Packer
     Palette
     Particle
     Preference
     Printer
     Requester
     Sort
     Sound
     SoundPlugin
     Sprite
     Sprite3D
     StatusBar
     String
     SysTray
     Terrain
     Texture
     Thread
     Toolbar
     Window

 CameraBackColor

Syntax

CameraBackColor(#Camera, Color)
Description
Changes the #Camera background color. When a new camera is created, there is no background color to allow to mix 2D background and the 3D scene.

Parameters

#Camera - The numeric identifier of the camera you want to change the background color of. This is the value which you used when you created the camera using CreateCamera()

Color - New color of the camera background. RGB() can be used to get a valid color value. If the 'Color' value is '-1', then the background will be transparent (no color).

Return value

This command does not return any value.

Supported OS

Windows, Linux

Camera Index - CameraFOV() ->



Hosted by Reel Media Productions Copyright©2001-2004 All Rights Reserved