Class
GdkX11X11Visual
Instance methods
Methods inherited from GdkVisual (9)
gdk_visual_get_bits_per_rgb
Returns the number of significant bits per red, green and blue value.
gdk_visual_get_blue_pixel_details
Obtains values that are needed to calculate blue pixel values in TrueColor and DirectColor. The “mask” is the significant bits within the pixel. The “shift” is the number of bits left we must shift a primary for it to be in position (according to the “mask”). Finally, “precision” refers to how much precision the pixel value contains for a particular primary.
gdk_visual_get_byte_order
Returns the byte order of this visual.
gdk_visual_get_colormap_size
Returns the size of a colormap for this visual.
gdk_visual_get_depth
Returns the bit depth of this visual.
gdk_visual_get_green_pixel_details
Obtains values that are needed to calculate green pixel values in TrueColor and DirectColor. The “mask” is the significant bits within the pixel. The “shift” is the number of bits left we must shift a primary for it to be in position (according to the “mask”). Finally, “precision” refers to how much precision the pixel value contains for a particular primary.
gdk_visual_get_red_pixel_details
Obtains values that are needed to calculate red pixel values in TrueColor and DirectColor. The “mask” is the significant bits within the pixel. The “shift” is the number of bits left we must shift a primary for it to be in position (according to the “mask”). Finally, “precision” refers to how much precision the pixel value contains for a particular primary.
gdk_visual_get_screen
Gets the screen to which this visual belongs.
gdk_visual_get_visual_type
Returns the type of visual this is (PseudoColor, TrueColor, etc).
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.