12 string references to 'SassColour' in Sassy 7
- SassScriptFunctions::adjust in phamlp/
sass/ script/ SassScriptFunctions.php - * Adjusts the colour *
- SassScriptFunctions::adjust_hue in phamlp/
sass/ script/ SassScriptFunctions.php - * Changes the hue of a colour while retaining the lightness and saturation. *
- SassScriptFunctions::alpha in phamlp/
sass/ script/ SassScriptFunctions.php - * Returns the alpha component (opacity) of a colour. *
- SassScriptFunctions::blue in phamlp/
sass/ script/ SassScriptFunctions.php - * Returns the blue component of a colour. *
- SassScriptFunctions::green in phamlp/
sass/ script/ SassScriptFunctions.php - * Returns the green component of a colour. *
- SassScriptFunctions::hue in phamlp/
sass/ script/ SassScriptFunctions.php - * Returns the hue component of a colour. *
- SassScriptFunctions::lightness in phamlp/
sass/ script/ SassScriptFunctions.php - * Returns the lightness component of a colour. *
- SassScriptFunctions::mix in phamlp/
sass/ script/ SassScriptFunctions.php - * Mixes two colours together. * Takes the average of each of the RGB components, optionally weighted by the * given percentage. The opacity of the colours is also considered when * weighting the components. * The weight specifies the amount of…
- SassScriptFunctions::opacity in phamlp/
sass/ script/ SassScriptFunctions.php - * Returns the alpha component (opacity) of a colour. *
- SassScriptFunctions::red in phamlp/
sass/ script/ SassScriptFunctions.php - * Returns the red component of a colour. *
- SassScriptFunctions::rgba in phamlp/
sass/ script/ SassScriptFunctions.php - * Creates a SassColour object from red, green, and blue values and alpha * channel (opacity). * There are two overloads: * * rgba(red, green, blue, alpha) *
- SassScriptFunctions::saturation in phamlp/
sass/ script/ SassScriptFunctions.php - * Returns the saturation component of a colour. *