Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. bitmapOfBMP :: BMP -> Picture

    gloss Graphics.Gloss.Data.Bitmap

    O(size). Copy a BMP file into a bitmap.

  2. bitmapOfByteString :: Int -> Int -> BitmapFormat -> ByteString -> Bool -> Picture

    gloss Graphics.Gloss.Data.Bitmap

    O(size). Copy a ByteString of RGBA data into a bitmap with the given width and height. The boolean flag controls whether Gloss should cache the data between frames for speed. If you are programatically generating the image for each frame then use False. If you have loaded it from a file then use True.

  3. bitmapOfForeignPtr :: Int -> Int -> BitmapFormat -> ForeignPtr Word8 -> Bool -> Picture

    gloss Graphics.Gloss.Data.Bitmap

    O(1). Use a ForeignPtr of RGBA data as a bitmap with the given width and height. The boolean flag controls whether Gloss should cache the data between frames for speed. If you are programatically generating the image for each frame then use False. If you have loaded it from a file then use True.

  4. bitmapSize :: BitmapData -> (Int, Int)

    gloss Graphics.Gloss.Data.Bitmap

    width, height in pixels

  5. Bitmap :: BitmapData -> Picture

    gloss Graphics.Gloss.Data.Picture

    A bitmap image.

  6. BitmapSection :: Rectangle -> BitmapData -> Picture

    gloss Graphics.Gloss.Data.Picture

    A subsection of a bitmap image where the first argument selects a sub section in the bitmap, and second argument determines the bitmap data.

  7. bitmap :: BitmapData -> Picture

    gloss Graphics.Gloss.Data.Picture

    A bitmap image

  8. bitmapSection :: Rectangle -> BitmapData -> Picture

    gloss Graphics.Gloss.Data.Picture

    a subsection of a bitmap image first argument selects a sub section in the bitmap second argument determines the bitmap data

  9. viewMap :: T (T x y z) -> T (T x y z)

    gnuplot Graphics.Gnuplot.Frame.OptionSet

    Show flat pixel map.

  10. ColorMap :: Plot3dType

    gnuplot Graphics.Gnuplot.Simple

    No documentation available.

Page 576 of many | Previous | Next