Colors : predominant
I'm trying to retrieve the the predominant parameter when calling the API, colors comes back correctly but the predominant value does not. Also the .Net wrapper does not seem to contain the predominant parameter how do we access this?
Cloudinary cloudinary = new Cloudinary(_account);
var request= new GetResourceParams("bo6uzdxfpwrnsbwtthbv");
request.Colors = true;
var getResult = cloudinary.GetResource(request);
0
-
Thank you for this,
We've merged your pull request.0
Post is closed for comments.
Comments
1 comment