Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setPixelFormatPalette :: MonadIO m => Ptr PixelFormat -> Ptr Palette -> m CInt

    sdl2 SDL.Raw.Video

    No documentation available.

  2. Information :: MessageKind

    sdl2 SDL.Video

    No documentation available.

  3. data PixelFormat

    sdl2 SDL.Video

    No documentation available.

  4. displayModeFormat :: DisplayMode -> PixelFormat

    sdl2 SDL.Video

    No documentation available.

  5. getWindowPixelFormat :: MonadIO m => Window -> m PixelFormat

    sdl2 SDL.Video

    Get the pixel format that is used for the given window.

  6. data PixelFormat

    sdl2 SDL.Video.Renderer

    No documentation available.

  7. newtype SurfacePixelFormat

    sdl2 SDL.Video.Renderer

    No documentation available.

  8. SurfacePixelFormat :: Ptr PixelFormat -> SurfacePixelFormat

    sdl2 SDL.Video.Renderer

    No documentation available.

  9. masksToPixelFormat :: MonadIO m => CInt -> V4 Word32 -> m PixelFormat

    sdl2 SDL.Video.Renderer

    Convert a bpp value and RGBA masks to an enumerated pixel format. See SDL_MasksToPixelFormatEnum for C documentation.

  10. pixelFormatToMasks :: MonadIO m => PixelFormat -> m (CInt, V4 Word32)

    sdl2 SDL.Video.Renderer

    Convert the given the enumerated pixel format to a bpp value and RGBA masks. See SDL_PixelFormatEnumToMasks for C documentation.

Page 662 of many | Previous | Next