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