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.
setPixelFormatPalette :: MonadIO m => Ptr PixelFormat -> Ptr Palette -> m CIntsdl2 SDL.Raw.Video No documentation available.
-
sdl2 SDL.Video No documentation available.
-
sdl2 SDL.Video No documentation available.
displayModeFormat :: DisplayMode -> PixelFormatsdl2 SDL.Video No documentation available.
getWindowPixelFormat :: MonadIO m => Window -> m PixelFormatsdl2 SDL.Video Get the pixel format that is used for the given window.
-
sdl2 SDL.Video.Renderer No documentation available.
-
sdl2 SDL.Video.Renderer No documentation available.
SurfacePixelFormat :: Ptr PixelFormat -> SurfacePixelFormatsdl2 SDL.Video.Renderer No documentation available.
masksToPixelFormat :: MonadIO m => CInt -> V4 Word32 -> m PixelFormatsdl2 SDL.Video.Renderer Convert a bpp value and RGBA masks to an enumerated pixel format. See SDL_MasksToPixelFormatEnum for C documentation.
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.