Main page / Useful info about ShapeSheet™ / Visio ShapeSheet reference / ShapeSheet™. List of functions by category
ShapeSheet. Category Color functions
|
Name |
Details |
BLEND Version Added: 2007 |
Blends two colors in the proportion specified by the float parameter. Syntax BLEND(color1,color2,float[0,1]) |
BLUE Version Added: Pre 2003 |
Returns the blue component of a color. The return value is an integer in the range of 0 to 255, inclusive. The function returns 0 for invalid input. Syntax BLUE(expression) |
GREEN Version Added: Pre 2003 |
Returns the green component of a color. Syntax GREEN(expression) |
HSL Version Added: Pre 2003 |
Returns a value representing an index in the document's color palette. It specifies a color by its hue, saturation, and luminosity components. Syntax HSL(hue,saturation,luminosity) |
HUE Version Added: 2007 |
Returns the value of a color's hue component. Syntax HUE(expression) |
HUEDIFF Version Added: Pre 2003 |
Returns the difference in hue between color1 and color2. Syntax HUEDIFF(color1,color2) |
LUM Version Added: Pre 2003 |
Returns the value of a color's luminosity component. Syntax LUM(expression) |
LUMDIFF Version Added: 2007 |
Returns the difference in luminosity between color1 and color2. Syntax LUMDIFF(color1,color2) |
MSOSHADE Version Added: 2010 |
Modifies the color by decreasing its luminosity by the specified percentage. Syntax MSOSHADE(color,-deltaLum) |
MSOTINT Version Added: 2010 |
Modifies the color by increasing its luminosity by the specified percentage. Syntax MSOTINT(color,deltaLum) |
RED Version Added: Pre 2003 |
Returns the red component of a color. Syntax RED(expression) |
RGB Version Added: Pre 2003 |
Returns a value representing an index in the document's color palette. It specifies a color by its red, green, and blue components, where each is a number in the range 0 to 255, inclusive, or an expression that evaluates to such a number. Syntax RGB(red,green,blue) |
SAT Version Added: Pre 2003 |
Returns the value of a color's saturation component. Syntax SAT(expression) |
SATDIFF Version Added: 2007 |
Returns the difference in saturation between color1 and color2. Syntax SATDIFF(color1,color2) |
SHADE Version Added: 2007 |
Modifies the color by decreasing its luminosity by the amount (positive or negative) specified in the int parameter. Syntax SHADE(color,int) |
TINT Version Added: 2007 |
Modifies the color by increasing its luminosity by the amount (positive or negative) specified in the int parameter. Syntax TINT(color,int) |
TONE Version Added: 2007 |
Modifies the color by decreasing its saturation by the amount specified in the int parameter. Syntax TONE(color,int) |