How set all basic material values via python? [SOLVED]

Hi,

we want to automatically generate material in Rhino via Python from a importet cvs list.
It works fine, but we wonder how one can set all posible values?
We miss a function for set the “Gloss finish color” and “Refectivity value” (see image).
All other values, we were able to set with:

MaterialColor
MaterialName
MaterialReflectiveColor
MaterialShine
MaterialTransparency

Maybe we are only blind, can someone help out?

2019-01-15%2015_43_17-Rhinoceros

Hey reflectivity is here : https://developer.rhino3d.com/api/RhinoCommon/html/P_Rhino_DocObjects_Material_Reflectivity.htm

And gloss might be specular color , not on a PC right now I can check that later

thank you very much

yes it is specular color

https://developer.rhino3d.com/api/RhinoCommon/html/P_Rhino_DocObjects_Material_SpecularColor.htm