DLLSimpleChooseColor()

DLLSimpleChooseColor()
  • SYNOPSIS:
    packedrgb = DLLSimpleChooseColor([iInitRed],[iInitGreen],[iInitBlue],[iFlags])
  • DESCRIPTION:
    A simplifed stub function for DLLChooseColor(). You only have to call the function with no params to get yourself a Colour Picker. You cannot set custom colours with this command though.
  • PARAMETERS:
    iInitRed (optional) The red colour that the picker uses when initialised.
    iInitGreen (optional) The green colour that the picker uses when initialised.
    iInitBlue (optional) The blue colour that the picker uses when initialised.
    iFlags (optional) Defaults to: CC_FULLOPEN. See DLLChooseColor() for list of flags.
  • RETURNS:
    A packed RGB format integer. Use DLLGetColorRed(), DLLGetColorGreen(), DLLGetColorBlue() to separate it into R, G, B variables.
  • EXAMPLE:
    See example011.bb
  • BUGS:
    None Known.

Return To Index
Problems with this command or bugs? EMail me at: mailto:loki.sd@blueyonder.co.uk

Section Last Updated: Saturday, February 2, 2002 2:03 PM GMT

All materials used in this help, related sources and binaries are (C)opyright Rob Hutchinson, Joseph Cox and Tarropithium Software 2002. All rights reserved. All software is provided without warranty unless otherwise stated.
Tarropithium Software or the authors will not be held liable for any damage or data loss that may occur during the application of this software. Use it at your own risk!