of red, green, and blue. the bmcicolors member of the bitmapcoreinfo structure consists of an array of rgbtriple structures. windows applications should use the bitmapinfo structure instead of bitmapcoreinfo whenever possible. the bitmapinfo structure uses an rgbquad structure instead of the rgbtriple structure.
member description
rgbtbluespecifies the intensity of blue in the color. rgbtgreen specifies the intensity of green in the color. rgbtred specifies the intensity of red in the color.