Torque 3D - Script Manual: Image and Video Controls

TorqueScript

Main   Class List   Namespace List   Online

Image and Video Controls
[GUI]

Controls that display images or videos. More...

Classes

class  GuiBitmapBorderCtrl
 A control that renders a skinned border specified in its profile. More...
class  GuiChunkedBitmapCtrl
 This is a control that will render a specified bitmap or a bitmap specified in a referenced variable. More...
class  GuiTheoraCtrl
 A control to playing Theora videos. More...

Enumerations

enum  GuiBitmapMode {
  Stretched,
  Centered
}
 

Rendering behavior when placing bitmaps in controls.

More...
enum  GuiIconButtonIconLocation {
  None,
  Left,
  Right,
  Center
}
enum  GuiIconButtonTextLocation {
  None,
  Bottom,
  Right,
  Top,
  Left,
  Center
}
enum  GuiTheoraTranscoder {
  Auto,
  Generic,
  SSE2420RGBA
}
 

Routine to use for converting Theora's Y'CbCr pixel format to RGB color space.

More...

Detailed Description

Controls that display images or videos.


Enumeration Type Documentation

Rendering behavior when placing bitmaps in controls.

Enumerator:
Stretched 

Stretch bitmap to fit control extents.

Centered 

Center bitmap in control.

Enumerator:
None 
Left 
Right 
Center 
Enumerator:
None 
Bottom 
Right 
Top 
Left 
Center 

Routine to use for converting Theora's Y'CbCr pixel format to RGB color space.

Enumerator:
Auto 

Automatically detect most appropriate setting.

Generic 

Slower but beneric transcoder that can convert all Y'CbCr input formats to RGB or RGBA output.

SSE2420RGBA 

Fast SSE2-based transcoder with fixed conversion from 4:2:0 Y'CbCr to RGBA.



Copyright © GarageGames, LLC. All Rights Reserved.