You can search for identifiers within the package.
in-package search v0.2.0
bimage
Bimage.Color
Color contains methods for creating and inspecting color types
type 'a t
Used to specify the color model of an image
val create : has_alpha:bool -> channels:int -> 'a -> 'a t
Create a new color type
val has_alpha : 'a t -> bool
Returns true if the color has an alpha channel
val channels : 'a t -> int
Returns the number of channels for a color
val t : 'a t -> 'a
Returns the underlying type of a color