GimpUi.ColorDisplayStack – gimp-ui-3.0 Reference Manual
Packages
gimp-ui-3.0
GimpUi
ColorDisplayStack
ColorDisplayStack
add
clone
convert_buffer
get_filters
remove
reorder_down
reorder_up
added
changed
removed
reordered
ColorDisplayStack
Object Hierarchy:
Description:
[
CCode
( type_id =
"gimp_color_display_stack_get_type ()"
) ]
public
class
ColorDisplayStack
:
Object
A stack of color correction modules.
Namespace:
GimpUi
Package:
gimp-ui-3.0
Content:
Creation methods:
public
ColorDisplayStack
()
Creates a new stack of color correction modules.
Methods:
public
void
add
(
ColorDisplay
display)
Add the color module
display
to
this
.
public
ColorDisplayStack
clone
()
Creates a copy of
this
with all its display color modules also duplicated.
public
void
convert_buffer
(
Buffer
buffer,
Rectangle
area)
Runs all the stack's filters on all pixels in
area
of
buffer
.
public
unowned
List
<
ColorDisplay
>
get_filters
()
Gets the list of added color modules.
public
void
remove
(
ColorDisplay
display)
Remove the color module
display
from
this
.
public
void
reorder_down
(
ColorDisplay
display)
Move the color module
display
down in the filter list of
this
.
public
void
reorder_up
(
ColorDisplay
display)
Move the color module
display
up in the filter list of
this
.
Signals:
public
signal
void
added
(
ColorDisplay
object,
int
p0)
public
signal
void
changed
()
public
signal
void
removed
(
ColorDisplay
object)
public
signal
void
reordered
(
ColorDisplay
object,
int
p0)
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref