Tao.Sdl SDK Documentation

Sdl.SDL_UYVY_OVERLAY Field

One of the most common video overlay formats. For an explanation of these pixel formats, see: http://www.webartz.com/fourcc/indexyuv.htm For information on the relationship between color spaces, see: http://www.neuro.sfc.keio.ac.jp/~aly/polygon/info/color-space-faq.html Packed mode: U0+Y0+V0+Y1 (1 plane)

[Visual Basic]
Public Const SDL_UYVY_OVERLAY As Integer = 1498831189
[C#]
public const int SDL_UYVY_OVERLAY = 1498831189;

See Also

Sdl Class | Tao.Sdl Namespace