Gimp.context_get_opacity

function context_get_opacity(): Number(gdouble) {
    // Gjs wrapper for gimp_context_get_opacity()
}
  

Get the opacity.

Returns the opacity setting. The return value is a floating point number between 0 and 100.

Since 2.2

Returns

The opacity.