ViewColor

Returns the color type of the specified view. By convention, colors are structs with numeric fields named after the channel they indicate.

nothrow @nogc
alias ViewColor(T) = typeof(T.init[0, 0])

Meta