blob: f20aa38a557cb985ed3fe98618bd0dd9a37fd00e [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.mdl.supportClasses.IMdlColor",
"description": "The IMdlColor interface must be implemented by any class that will apply color and colorWeight provided by google style color. https://material.google.com/style/color.html#color-color-palette https://gitlab.com/material/colors/blob/master/colors.html",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "color",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Color name provided by color palette Component color https://material.google.com/style/color.html#color-color-palette",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "colorWeight",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Color weight provided by color palette https://material.google.com/style/color.html#color-color-palette",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}