module SRGB_Int:
Parameters: |
|
type
t = {
|
red : |
|
green : |
|
blue : |
}
val is_valid : t -> bool
val make : red:int -> green:int -> blue:int -> t
val black : t
val white : t
val of_srgb : Color.srgb_t -> t
val to_srgb : t -> Color.srgb_t
val of_rgb : Color.rgb_t -> t
val to_rgb : t -> Color.rgb_t