gdkPixbufGetPixels {RGtk2}R Documentation

gdkPixbufGetPixels

Description

Queries a pointer to the pixel data of a pixbuf.

Usage

gdkPixbufGetPixels(object)

Arguments

object [GdkPixbuf] A pixbuf.

Value

[raw] A pointer to the pixbuf's pixel data. Please see for information about how the pixel data is stored in memory.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]