-
-
Notifications
You must be signed in to change notification settings - Fork 437
Update Channels XML comment #1466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.