gdkDrawableGetDepth {RGtk2}R Documentation

gdkDrawableGetDepth

Description

Obtains the bit depth of the drawable, that is, the number of bits that make up a pixel in the drawable's visual. Examples are 8 bits per pixel, 24 bits per pixel, etc.

Usage

gdkDrawableGetDepth(object)

Arguments

object [GdkDrawable] a GdkDrawable

Value

[integer] number of bits per pixel

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]