QColormap Class Reference
|
Константа | Значение | Описание |
---|---|---|
QColormap::Direct | 0 | Pixel values are derived directly from the RGB values, also known as "True Color." |
QColormap::Indexed | 1 | Pixel values represent indexes into a vector of available colors, i.e. QColormap uses the index of the color that most closely matches an RGB value. |
QColormap::Gray | 2 | Similar to Indexed, pixel values represent a vector of available gray tones. QColormap uses the index of the gray tone that most closely matches the computed gray tone of an RGB value. |
Constructs a copy of another colormap.
Destroys the colormap.
Returns a QColor for the pixel.
See also pixel().
Returns a vector of colors which represents the devices colormap for Indexed and Gray modes. This function returns an empty vector for Direct mode.
Смотрите также size().
Returns the depth of the device.
Смотрите также size().
This function is only available on Windows.
Returns an handle to the HPALETTE used by this colormap. If no HPALETTE is being used, this function returns zero.
Returns the colormap for the specified screen. If screen is -1, this function returns the colormap for the default screen.
Returns the mode of this colormap.
See also QColormap::Mode.
Returns a device dependent pixel value for the color.
See also colorAt().
Returns the size of the colormap for Indexed and Gray modes; Returns -1 for Direct mode.
See also colormap().
Assigns the given colormap to this color map and returns a reference to this color map.
Эта функция была введена в Qt 4.2.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Торговые марки | Qt 4.5.3 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |