Tao.Sdl SDK Documentation

Sdl.SDL_IYUV_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 Planar mode: Y + U + V (3 planes)

[Visual Basic]
Public Const SDL_IYUV_OVERLAY As Integer = 1448433993
[C#]
public const int SDL_IYUV_OVERLAY = 1448433993;

See Also

Sdl Class | Tao.Sdl Namespace