Gimp.ColorProfile.prototype.is_rgb
function is_rgb(): Boolean {
// Gjs wrapper for gimp_color_profile_is_rgb()
}
Since 2.10
- Returns
true if the profile's color space is RGB, false otherwise.
function is_rgb(): Boolean {
// Gjs wrapper for gimp_color_profile_is_rgb()
}
Since 2.10
true if the profile's color space is RGB, false otherwise.