Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gimp.VectorsBezierStroke documentation?
#1
Hi,
I've studying Python Fu code, and I came across this function call:

Code:
stroke = gimp.VectorsBezierStroke(vectors, points, 0)

My question is, where can I find documentation to this gimp module object, VectorsBezierStroke? I tried a 'help(gimp.VectorsBezierStroke)' command in the console, but the object lacks any '__init__' description as far I can tell. Searching the Gimp Python Documentation page that is online doesn't seen to have any references to this object either.
Reply


Messages In This Thread
gimp.VectorsBezierStroke documentation? - by gasMask - 10-27-2023, 05:31 PM

Forum Jump: