SysColorCtrl.GetQuarterDarkRGB method
The GetQuarterDarkRGB method derives a "darker" color by calculating a color that is blended 25% between a given color and black. The derived color will be a blend of 75% of the given color and 25% black. It is returned as an RGB value.
Syntax
SysColorCtrl.GetQuarterDarkRGB( _
ByVal pszFrom, _
ByVal pszFormat _
)
Parameters
-
pszFrom [in]
-
A string that contains the color you want to use as the starting color. The contents of the string depend on the format specified in the pszFormat parameter.
-
pszFormat [in]
-
A string that contains the name of the format that is being passed in the pszFrom parameter.
-
CSS
-
Name of the display element whose color you want to specify. See System Color Values for Color Derivation Methods.
-
HEX
-
Hexadecimal form of the color. For example, specify FFFFFF for white.
-
RGB
-
RGB form of the color. For example, specify 16777215 for white.
Return value
An integer that is the RGB value for the derived color specified by the method's parameters.
Requirements
Redistributable |
MMC 1.1 or later |
DLL |
|