Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python fu : Gradient API
#1
How to get color from gradient at certain position ?
Reply
#2
You use pdb.gimp_gradient_get_custom_samples() with a list of one element:
Code:
pdb.gimp_gradient_get_custom_samples(gradient,1,[.5],False)

But it is usually better to get all your gradient samples at the same time using a single call with a list of positions...
Reply
#3
That's what I'm looking for. Thank you
Reply


Forum Jump: