API: Convert flag constants to [Flags] enums, where appropriate #10
Labels
design
is:enhancement
New feature or request
pri:high
up for grabs
This issue is open to be worked on by anyone
Milestone
Much analysis must be done to ensure that the APIs contain all possible enums so all supported flags parameters can be passed, possibly by adding parameters for multiple enums.
This has already been done on the
Normalizer
class, but there are still other classes that use anint
for flags which can accept a wide range of options. We don't necessarily need to make this any more than cosmetic - the values of the[Flags]
enum values can remain the same as the constants that are being used now.The text was updated successfully, but these errors were encountered: