simpleType ColorIntegerFunctionType
namespace http://www.mapinfo.com/mxp
type restriction of xs:string
properties
base xs:string
used by
simpleType CSS2ColorType
facets
Kind Value Annotation
pattern (rgb|RGB)\(\s*([\-]?(0|[1-9][0-9]*))\s*,\s*([\-]?(0|[1-9][0-9]*))\s*,\s*([\-]?(0|[1-9][0-9]*))\s*\)
description
The CSS2 sRGB color specification based on the functional representation rgb(int, int, int) where "int" is any integer value and corresponds to the red, green, and blue color values respectively. Although any integer value is allowed, these values are clipped to the device gamut which is typically 0-255 inclusive. Whitespace characters are allowed around the integer values. Example: rgb(1, 255, 124).



© 2018 Pitney Bowes Software Inc. support.pb.com