Conversation
Indicate that only color channels are returned
|
Thanks again for helping out with improving the documentation. The property also returns meta channels so I wonder if we could use another word than color. |
|
Ah yes, I missed that. So colors plus: and anything else added later below Not sure how to phrase that. Do you remember what drove the decision to filter these channels? That could inform the description. |
|
I did not include the index and mask channels because they are used for a specific functionality in the library and don't really change how the image looks? And the other ones are either deprecated or only used on the command line. I really appreciate you making this more clear for future users. |
|
Ok, I just added metadata. I was considering adding |
Indicate that only color channels are returned.
Description
I was scratching my head as to why
ChannelCountandChannels.Count()weren't matching until I viewed the source.