color

  1. naxu123

    What's your favorite color?

    Mine is black
  2. 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...
  3. Timothy

    C++ / D3D Color's / D3D Renkler'i

    Merhabalar Sizlere D3D Base Yapımında Kullanabileceğiniz Renk Kodlarını Vereceğim. Renkler Aşşağıdadır Kullanabilirsiniz. GenerateTexture(Aygıt, &texGreen , D3DCOLOR_ARGB(255,0,255,0)); GenerateTexture(Aygıt, &texRed , D3DCOLOR_ARGB(255,255,0,0)); GenerateTexture(Aygıt, &texBlue ...

Top