Uses of Class
org.eclipse.swt.internal.gtk.GdkRGBA
-
Packages that use GdkRGBA Package Description org.eclipse.swt.graphics org.eclipse.swt.internal.gtk org.eclipse.swt.internal.gtk3 org.eclipse.swt.internal.gtk4 -
-
Uses of GdkRGBA in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as GdkRGBA Modifier and Type Field Description GdkRGBA
GCData. backgroundRGBA
IMPORTANT: This field is not part of the SWT public API.GdkRGBA
GCData. foregroundRGBA
IMPORTANT: This field is not part of the SWT public API.GdkRGBA
Color. handle
the handle to the OS color resource (Warning: This field is platform dependent)Methods in org.eclipse.swt.graphics with parameters of type GdkRGBA Modifier and Type Method Description static Color
Color. gtk_new(Device device, GdkRGBA gdkRGBA)
Invokes platform specific functionality to allocate a new color.static Color
Color. gtk_new(Device device, GdkRGBA gdkRGBA, int alpha)
Invokes platform specific functionality to allocate a new color. -
Uses of GdkRGBA in org.eclipse.swt.internal.gtk
Methods in org.eclipse.swt.internal.gtk with parameters of type GdkRGBA Modifier and Type Method Description static void
OS. g_object_set(long object, byte[] first_property_name, GdkRGBA data, long terminator)
static void
GDK. gdk_cairo_set_source_rgba(long cairo, GdkRGBA rgba)
static long
GDK. gdk_rgba_parse(GdkRGBA rgba, byte[] property)
static long
GDK. gdk_rgba_to_string(GdkRGBA rgba)
static void
GTK. gtk_color_chooser_get_rgba(long chooser, GdkRGBA color)
static void
GTK. gtk_color_chooser_set_rgba(long chooser, GdkRGBA color)
static void
GTK. gtk_list_store_set(long store, long iter, int column, GdkRGBA value, int terminator)
static void
GTK. gtk_tree_store_set(long store, long iter, int column, GdkRGBA value, int terminator)
static void
OS. memmove(long dest, GdkRGBA src, long size)
static void
OS. memmove(GdkRGBA dest, long src, long size)
-
Uses of GdkRGBA in org.eclipse.swt.internal.gtk3
Methods in org.eclipse.swt.internal.gtk3 with parameters of type GdkRGBA Modifier and Type Method Description static void
GTK3. gtk_style_context_get_color(long context, int state, GdkRGBA color)
-
Uses of GdkRGBA in org.eclipse.swt.internal.gtk4
Methods in org.eclipse.swt.internal.gtk4 with parameters of type GdkRGBA Modifier and Type Method Description static void
GTK4. gtk_style_context_get_color(long context, GdkRGBA color)
-