Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For more information regarding the formatting of color strings, see the Color topic.

Example

Code Block
// Get the RGB value for the system select color at 90% luminance 
RGB_Color = Send_Message(@Window:".OLE_SUBCLASS", "OLE.StringToColor", "Select L=90") 

// Get the RGB value for the system control color 
RGB_Color = Send_Message(@Window:".OLE_SUBCLASS", "OLE.StringToColor", "3DFace") 

// Get the RGB value of an HSL color 
RGB_Color = Send_Message(@Window:".OLE_SUBCLASS", "OLE.StringToColor", "HSL{127, 127, 127}")

See Also

Color