Screen.getRgbVisual

Warning gdk_screen_get_rgb_visual has been deprecated since version 2.22 and should not be used in newly-written code. Use gdk_screen_get_system_visual() Gets a "preferred visual" chosen by GdkRGB for rendering image data on screen. In previous versions of GDK, this was the only visual GdkRGB could use for rendering. In current versions, it's simply the visual GdkRGB would have chosen as the optimal one in those previous versions. GdkRGB can now render to drawables with any visual. Since 2.2

class Screen
getRgbVisual
()

Return Value

Type: Visual

The GdkVisual chosen by GdkRGB. [transfer none]

Meta