14 public partial class LeapGraphic {
23 getFeatureDataOrThrow<LeapRuntimeTintData>().color = color;
43 return getFeatureDataOrThrow<LeapRuntimeTintData>().color;
47 [LeapGraphicTag(
"Runtime Tint")]
64 if (value != _color) {
void SetRuntimeTint(string htmlString)
Overload of SetRuntimeTint that takes in a Html style string code that represents a color....
void SetRuntimeTint(Color color)
Helper method to set the runtime tint color for a runtime tint data object attached to this graphic....
Color GetRuntimeTint()
Helper method to get the runtime tint color for a runtime tint data object attached to this graphic....
Color color
The runtime tint color for this tint data object. This represents a multiplicative tint of the graphi...