![]() |
MKI_ProfileWriteColor (Settings) New in Version 2020.0 |
www.CAD6.com |
C++ Syntaxbool MKI_ProfileWriteColor( const LPCWSTR f_pszValueName, MKI_COLORVALUE f_cColor, MKI_COLORMODEL f_cColorMode );
Writes a color value to a previously opened key in the configuration file or a collection item.
ParametersValueName [const LPCWSTR] Name of the value inside the plug-in's key, up to 63 characters. This value name must be unique throughout all values stored by the plug-in. Use a point as separator for nested value names and brackets for arrays (e.g. "UserData[5].Name"). Color [MKI_COLORVALUE] Color in the notation defined by ColorMode. ColorMode [MKI_COLORMODEL] Determines how the content of Color is to be interpreted (see MKI_COLORMODE_*).
Return ValueReturns true if successful, false if not.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH