Package: gdk
Function gdk-query-depths
Lambda Listgdk-query-depths () Return ValueA list of integers of the available depths. Details    
    This function returns the available bit depths for the default screen.    It is equivalent to listing the visuals with the gdk-list-visuals
  function and then looking at the depth field in each visual, removing
  duplicates.   WarningExample(gdk-query-depths) => (32 24)  | See also | 
2021-12-14