[ Version ( since = "2.10.2" ) ]
public bool freeze_channels ()
Freeze the image's channel list.
This procedure freezes the channel list of the image, suppressing any updates to the Channels dialog in response to changes to the image's channels. This can significantly improve performance while applying changes affecting the channel list.
Each call to freeze_channels should be matched by a corresponding call to [method@Gimp.Image.thaw_channels], undoing its effects.
| this |
The image. |
|
TRUE on success. |