WeightedValue

fun WeightedValue(    normal: Property,     light: Property = normal,     lighter: Property = light,     strong: Property = normal,     stronger: Property = strong,     none: Property = lighter,     full: Property = strong)