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);
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!
+ Reply to Thread
Results 1 to 3 of 3
Thread
-
-
Latest news? Are all drunk here? Moving you.
And what are you talking about???
Similar Threads
-
Aviutl Tips, Tricks and Support thread
By racer-x in forum EditingReplies: 781Last Post: 5th Dec 2023, 11:37 -
Optimization tips/tricks for editing 4k on Movie Studio 16 Platinum ?
By GoodEnough in forum Newbie / General discussionsReplies: 5Last Post: 17th Oct 2020, 14:17 -
Encoding tricks
By Francois Laperriere in forum User guidesReplies: 0Last Post: 18th Jun 2020, 21:24 -
Tricks to check if a tape has Macrovision
By Brad in forum CapturingReplies: 3Last Post: 27th Oct 2019, 09:23 -
All the tricks transferring Hi8 to PC through Digital8 camcorders
By MtnFrost in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 23Last Post: 17th Aug 2018, 13:45