package gd

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method antialiased : unit -> int
method black : color
method blue : color
method brushed : unit -> int
method closest : red:int -> green:int -> blue:int -> color
method closest_hwb : red:int -> green:int -> blue:int -> color
method create : red:int -> green:int -> blue:int -> color
method exact : red:int -> green:int -> blue:int -> color
method find : red:int -> green:int -> blue:int -> color
method get_color_by_index : int -> color
method get_transparent : color
method green : color
method red : color
method resolve : red:int -> green:int -> blue:int -> color
method set_antialiased : bool -> unit
method set_brushed : bool -> unit
method set_styled : bool -> unit
method set_tiled : bool -> unit
method set_transparent : color -> unit
method styled : unit -> int
method styled_brushed : unit -> int
method tiled : unit -> int
method transparent : unit -> int
method white : color