Tao.Sdl SDK Documentation

Sdl.SDL_Color Structure

Format independent color description

For a list of all members of this type, see Sdl.SDL_Color Members.

System.Object
   System.ValueType
      Tao.Sdl.Sdl.SDL_Color

[Visual Basic]
Public Structure Sdl.SDL_Color
[C#]
public struct Sdl.SDL_Color

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

SDL_Color describes a color in a format independent way. You can convert a SDL_Color to a pixel value for a certain pixel format using SDL_MapRGB.

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Sdl.SDL_Color Members | Tao.Sdl Namespace | Sdl.SDL_PixelFormat | SDL_SetColors | Sdl.SDL_Palette