Enum SvgImageNumOfColors
Enumerates possible number of colors used in SvgImage.
public enum SvgImageNumOfColors
Fields
Many = 2
Svg has many colors.
One = 0
Svg has single color.
Two = 1
Svg has two colors.
Uknown = 3
Svg colors is unknown.