Welcome, Visitor!

Hello, we are really happy that you have reached us. However, since you are viewing the forum as a visitor, you cannot benefit from many features of the forum. How about taking advantage of all the features exclusive to our members by registering? You can register right now, taking just 2 minutes of your time. We would love to see you among us.

picker

  1. ravex

    C++ Color Picker Source

    cColorPicker.h LPDIRECT3DTEXTURE9 ColorPickerTexture; LPD3DXSPRITE ColorPickerSprite; int ColorPickerWidth; int ColorPickerHeight; D3DCOLOR HSLToRGB(float H, float S, float L) { float Q; if (L < 0.5f) Q = L * (S + 1.0f); else Q = L + S - (L * S); float P = 2...

Theme editor

Top Bottom