Gimp.checks_get_shades
@accepts(Gimp.CheckType, guint8, guint8)
@returns(none)
def checks_get_shades(type, light, dark):
# Python wrapper for gimp_checks_get_shades()
Retrieves the actual shades of gray to use when drawing a checkerboard for a certain Gimp.CheckType.
Since 2.2
- type
the checkerboard type
- light
return location for the light shade
- dark
return location for the dark shade