simpleType ColorPercentFunctionType
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-9]+(\.)?)|([0-9]*\.[0-9]+))([eE][+\-]?[0-9]+)?))%\s*,\s*([+/-]?((([0-9]+(\.)?)|([0-9]*\.[0-9]+))([eE][+\-]?[0-9]+)?))%\s*,\s*([+/-]?((([0-9]+(\.)?)|([0-9]*\.[0-9]+))([eE][+\-]?[0-9]+)?))%\s*\)
annotation
documentation
The CSS2 sRGB color specification based on the functional representation rgb(float%, float%, float%) where "float" is any float value and corresponds to the percentage of red, green, and blue color values respectively. Although any float value is allowed, in practice these values are clipped to the range 0.0%-100.0% inclusive. Whitespace characters are allowed around the float values.  The percentage suffix "%" is required. Example: rgb(0%, 100%, 50%).


© 2007, 2020 Precisely. All rights reserved. support.precisely.com