RgbTint
in package
Class to handle tint applied to color.
Code borrows heavily from some Python projects.
Tags
Table of Contents
Methods
- rgbAndTintToRgb() : string
- Return result of tinting supplied rgb as 6 hex digits.
Methods
rgbAndTintToRgb()
Return result of tinting supplied rgb as 6 hex digits.
public
static rgbAndTintToRgb(int $red, int $green, int $blue, float $tint) : string
Parameters
- $red : int
- $green : int
- $blue : int
- $tint : float