Color.channels

The number of fields in this color type.

struct Color(FieldTuple...)
enum channels = Fields.init.tupleof.length;

Meta