product-mix-auction-0.1.0.0: A single-round sealed-bid auction for multiple goods

Safe HaskellNone
LanguageHaskell2010

ProductMixAuction.DotBids.Visualize

Documentation

visualizeBidsDemand :: Int -> Int -> [DotBid b] -> Image PixelRGBF Source #

drawBidsDemand :: Int -> Int -> [DotBid b] -> (Image PixelF, Image PixelF) Source #

colorize :: PixelF -> PixelRGBF -> Image PixelF -> Image PixelRGBF Source #

additiveBlend :: (Pixel a, Num (PixelBaseComponent a)) => Image a -> Image a -> Image a Source #

drawBidsDemandOn :: Good -> Int -> Int -> [DotBid b] -> Image PixelF Source #

drawBidDemandOn :: Good -> Int -> Int -> DotBid b -> Image PixelF Source #