|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
Public Member Functions | |
| JSONObject | ToJSON () |
Static Public Member Functions | |
| static FinishTemplate | FromJSON (JSONObject jsonObject) |
| static FinishTemplate | FromJSON (String json) |
Public Attributes | |
| String | name |
| PipeTemplate | pipeline = new PipeTemplate() |
| double | transparency |
Stores a definition of makeup finish. Each finish is a named PipeTemplate object which can be reused with any of the features. Contains code for serialization and deserialization of FinishTemplate instances from JSON format. Provides methods for setup of blending and filtering procedures and parameters for finishes.
|
inlinestatic |
Deserializes FinishTemplate object from JSON representation
| jsonObject | JSON object |
|
inlinestatic |
Returns FinishTemplate object out of JSON string
| json | JSON string |
|
inline |
Returns JSON object out of this FinishTemplate object
| String com.visagetechnologies.makeupsdk.FinishTemplate.name |
Name of the finish.
| PipeTemplate com.visagetechnologies.makeupsdk.FinishTemplate.pipeline = new PipeTemplate() |
Rendering steps to use when rendering the finish.
| double com.visagetechnologies.makeupsdk.FinishTemplate.transparency |
Transparency of the finish.