ExpandChannelType

Resolves to a Color instance with its ChannelType expanded by BYTES bytes.

alias ExpandChannelType(COLOR, int BYTES) = ChangeChannelType!(COLOR, ExpandNumericType!(ChannelType!COLOR, BYTES * 8))

Meta