Image and Video Controls

Controls that display images or videos.

Enumeration

enum GuiBitmapMode

Rendering behavior when placing bitmaps in controls.

Parameters:
  • Stretched – Stretch bitmap to fit control extents.
  • Centered – Center bitmap in control.
enum GuiIconButtonIconLocation
Parameters:
  • None
  • Left
  • Right
  • Center
enum GuiIconButtonTextLocation
Parameters:
  • None
  • Bottom
  • Right
  • Top
  • Left
  • Center
enum GuiTheoraTranscoder

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

Parameters:
  • 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.