rgb property

Color get rgb

Implementation

Color get rgb => Color.fromRGBO(this.$1, this.$2, this.$3, 1);