# HSB resolution Question

**URL:** https://discourse.processing.org/t/hsb-resolution-question/29735
**Category:** Coding Questions
**Created:** [April 29, 2021, 9:27pm UTC](https://discourse.processing.org/t/hsb-resolution-question/29735 "2021-04-29T21:27:12Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [May 3, 2021, 1:08am UTC](https://discourse.processing.org/t/hsb-resolution-question/29735/7 "2021-05-03T01:08:14Z")

</div>

You had me thinking about this!

I did this and put it in the gallery:

> [@HSB Color Gradient](https://discourse.processing.org/t/hsb-color-gradient/29795):
>
> HSB color gradient sweeping through hue with 100% saturation and 100% brightness. I have done similar with loops for RGB colorMode() and this is the same outcome (close) with HSB colorMode. I wanted to use integers and sweep through all the possible combinations at 100% sat and 100% brightness in integer steps as part of this exploration. // HSB Gradient Exploration // v1.0.0 // GLV 2021-05-01 int hue = 1536; //256\*6 hue combinations; actually 3x triplets are identical so 256\*6 - 6! int coun…

`:)`

---

_[View the full topic](https://discourse.processing.org/t/hsb-resolution-question/29735)._
