DLLPackColor()

DLLPackColor()
  • SYNOPSIS:
    packedrgb = DLLPackColor([iRed],[iGreen],[iBlue])
  • DESCRIPTION:
    Packs the given Red Green and Blue values into the format used by the colour picker. You will most likely not need this command for anything, but it was included for completeness and because it is used by other commands.
  • PARAMETERS:
    iRed (optional) Red value of colour to pack (defaults to 0).
    iGreen (optional) Green value of colour to pack(defaults to 0).
    iBlue (optional) Blue value of colour to pack (defaults to 0).
  • RETURNS:
    A packed RGB format integer. Use DLLGetColorRed(), DLLGetColorGreen(), DLLGetColorBlue() to separate it into R, G, B values.
  • BUGS:
    None Known.
  • SEE ALSO:
    also

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:08 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!