Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkDrawingArea ╰── EntangleImageHistogram
void entangle_image_histogram_set_image (EntangleImageHistogram *histogram
,EntangleImage *image
);
Set the image to display the histogram for
EntangleImage *
entangle_image_histogram_get_image (EntangleImageHistogram *histogram
);
Retrieve the image that the histogram is displayed for
void entangle_image_histogram_set_histogram_linear (EntangleImageHistogram *histogram
,gboolean linear
);
gboolean
entangle_image_histogram_get_histogram_linear
(EntangleImageHistogram *histogram
);
#define ENTANGLE_TYPE_IMAGE_HISTOGRAM (entangle_image_histogram_get_type())
“image”
property“image” EntangleImage *
Image to be histogramed.
Owner: EntangleImageHistogram
Flags: Read / Write