package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type visual_type = [
  1. | `STATIC_GRAY
  2. | `GRAYSCALE
  3. | `STATIC_COLOR
  4. | `PSEUDO_COLOR
  5. | `TRUE_COLOR
  6. | `DIRECT_COLOR
]
val get_best : ?depth:int -> ?kind:visual_type -> unit -> visual
val get_type : visual -> visual_type
val depth : visual -> int