VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Jun 2020
    Location
    Quebec, Canada
    Search Comp PM
    Color table and 32 bits colors for Windows Server 2022 from Windows 10 Creators Update

    RGB(167, 136, 123)
    #A7887B
    Opaque Brown

    RGB(191, 205, 219)
    #BFCDDB
    Azul Blue

    RGB(153, 50, 204)
    #9932CC
    Purple

    RGB(255, 255, 51)
    #FFFF33
    Yellow

    RGB(50, 255, 50)
    #32FF32
    Green

    RGB(255, 255, 255)
    #FFFFFF
    FillRect(hdc, &cRect, WHITE_BRUSH);
    White

    RGB(0, 0, 0);
    #FFFFFF
    FillRect(hdc, &cRect, (HBRUSH)BLACK_BRUSH);
    Black

    ATL 64 bits
    wcex.hbrBackground
    static_cast<HBRUSH>(GetStockObject(BLACK_BRUSH));
    static_cast<HBRUSH>(CreateSolidBrush(RGB(169, 169, 169)));

    hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPED | WS_CAPTION | WS_THICKFRAME,
    CW_USEDEFAULT, CW_USEDEFAULT, static_cast<UINT>(ceil(960.f * dpiX / 96.f)),
    static_cast<UINT>(ceil(498.f * dpiY / 96.f)), NULL, NULL, hInstance, NULL);

    944x439
    236x109
    944x439 to 236x109 439x472 439/109(letterbox) 236x146 (small)
    Microsoft 275x183 24 bits

    typedef struct tagRGBA {
    INT rgbBlue;
    INT rgbGreen;
    INT rgbRed;
    INT rgbAlpha;
    } RGBA;

    inline void
    GetRGBValue(RGBA *pRGBA, COLORREF color)
    {
    pRGBA->rgbRed = GetRValue(color);
    pRGBA->rgbGreen = GetGValue(color);
    pRGBA->rgbBlue = GetBValue(color);
    }

    COLORREF color = NULL;
    RGBA col;

    GetRGBValue(&col, color);
    Quote Quote  
  2. speak english ?
    *** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Latest news? Are all drunk here? Moving you.

    And what are you talking about???
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!