08-24-2018, 06:33 AM 
	
	
	
		You use pdb.gimp_gradient_get_custom_samples() with a list of one element:
But it is usually better to get all your gradient samples at the same time using a single call with a list of positions...
	
	
	
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...

