back to Table of Contents


HSB32 & HSBA32 (function)

Convenience functions for the HSB/HSV colorspace, parameters and results are similar to the QB64 functions _RGB32/_RGBA32 for the RGB colorspace with the only difference, that the HSB parameters are given as SINGLEs.


SYNTAX:

color32value~& = HSB32~&  (hue!, sat!, bri!)
color32value~& = HSBA32~& (hue!, sat!, bri!, alp%)

INPUTS:

hue! (SINGLE)

sat! (SINGLE)

bri! (SINGLE)

alp% (INTEGER)


RESULT:

color32value~& (_UNSIGNED LONG)


back to Table of Contents