ExpandChannelTypeSigned

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

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

Meta