lightprofile_reset_from_base64
Resets the light profile data in the Lightprofile to that provided in the data parameter. Data must be base64 encoded and in the correct photometric data format.
arguments
- "data" : String
The image data represented as a base64 encoded string of the original photometric data. The string should represent the data only and not include any datauri prefix or other information.
- "degree" : Uint32 (default: null)
The hermite interpolation degree.
Possible Values:
- 1 - Linear
- 3 - Cubic
- "flags" : Uint32 (default: null)
The flags describing the ordering of horizontal angles in the light profile. Valid values are a combination of the following: 1: Clockwise; 2: Counter Clockwise; 4: Rotate Type B; 8: Rotate Type C 90-270.
- "lightprofile_name" : String
The name of the lightprofile. This name must be the full database name of the lightprofile, including namespace.
- "resolution" : Uint32<2> (default: null)
The precision of the interpolation.