Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Bimage.PixelSourcePixel defines operations on individual pixels, which are stored as floatarray
Create a new pixel filled using the values from a list
Create a new pixel from existing image data
map f x executes f for each value in x, returning a new Pixel.t
map_inplace f x executes f for each value in x, assigning the new value to the same * index
Executes a function over each item in two pixels
map2 f x y executes f for each value in x and y, returning a new Pixel.t
Reduction over a pixel