|
============================================================================
= rgbtriple (3.0)
typedef struct tagrgbtriple { /* rgbt */ byte rgbtblue; byte rgbtgreen; byte rgbtred; } rgbtriple;
the rgbtriple structure describes a color consisting of relative intensities 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.
see also
bitmapcoreinfo, bitmapinfo, rgbquad
typedef struct tagrgbtriple { /* rgbt */ byte rgbtblue; byte rgbtgreen; byte rgbtred; } rgbtriple;
the rgbtriple structure describes a color consisting of relative intensities 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.
see also
bitmapcoreinfo, bitmapinfo, rgbquad 上一篇:bmp format(bmp文件格式) 下一篇:数据安全的注意事项 |