Tao.Sdl SDK Documentation

Sdl.SDL_ALPHA_OPAQUE Field

Transparency definition of Opaque

[Visual Basic]
Public Const SDL_ALPHA_OPAQUE As Integer = 255
[C#]
public const int SDL_ALPHA_OPAQUE = 255;

Remarks

Define alpha as the opacity of a surface

See Also

Sdl Class | Tao.Sdl Namespace