Home | All Classes | Grouped Classes | Index | Search
Color description class. More...
Derived from:
none
Derived by:
none
Group: Display (Display 2D)
#include <ClanLib/display.h>
Construction:
Constructs a color. |
Attributes:
Returns the alpha color component, in the range 0-255. | |
Returns the red color component, in the range 0-255. | |
Returns the green color component, in the range 0-255. | |
Returns the blue color component, in the range 0-255. | |
Color in ARGB8888 format. | |
Color == Color operator (deep compare) | |
Color != Color operator (deep compare) |
Statics:
aliceblue static | |
antiquewhite static | |
aqua static | |
aquamarine static | |
azure static | |
beige static | |
bisque static | |
black static | |
blanchedalmond static | |
blue static | |
blueviolet static | |
brown static | |
burlywood static | |
cadetblue static | |
chartreuse static | |
chocolate static | |
coral static | |
cornflowerblue static | |
cornsilk static | |
crimson static | |
cyan static | |
darkblue static | |
darkcyan static | |
darkgoldenrod static | |
darkgray static | |
darkgreen static | |
darkgrey static | |
darkkhaki static | |
darkmagenta static | |
darkolivegreen static | |
darkorange static | |
darkorchid static | |
darkred static | |
darksalmon static | |
darkseagreen static | |
darkslateblue static | |
darkslategray static | |
darkslategrey static | |
darkturquoise static | |
darkviolet static | |
deeppink static | |
deepskyblue static | |
dimgray static | |
dimgrey static | |
dodgerblue static | |
firebrick static | |
floralwhite static | |
forestgreen static | |
fuchsia static | |
gainsboro static | |
ghostwhite static | |
gold static | |
goldenrod static | |
gray static | |
grey static | |
green static | |
greenyellow static | |
honeydew static | |
hotpink static | |
indianred static | |
indigo static | |
ivory static | |
khaki static | |
lavender static | |
lavenderblush static | |
lawngreen static | |
lemonchiffon static | |
lightblue static | |
lightcoral static | |
lightcyan static | |
lightgoldenrodyellow static | |
lightgray static | |
lightgreen static | |
lightgrey static | |
lightpink static | |
lightsalmon static | |
lightseagreen static | |
lightskyblue static | |
lightslategray static | |
lightslategrey static | |
lightsteelblue static | |
lightyellow static | |
lime static | |
limegreen static | |
linen static | |
magenta static | |
maroon static | |
mediumaquamarine static | |
mediumblue static | |
mediumorchid static | |
mediumpurple static | |
mediumseagreen static | |
mediumslateblue static | |
mediumspringgreen static | |
mediumturquoise static | |
mediumvioletred static | |
midnightblue static | |
mintcream static | |
mistyrose static | |
moccasin static | |
navajowhite static | |
navy static | |
oldlace static | |
olive static | |
olivedrab static | |
orange static | |
orangered static | |
orchid static | |
palegoldenrod static | |
palegreen static | |
paleturquoise static | |
palevioletred static | |
papayawhip static | |
peachpuff static | |
peru static | |
pink static | |
plum static | |
powderblue static | |
purple static | |
red static | |
rosybrown static | |
royalblue static | |
saddlebrown static | |
salmon static | |
sandybrown static | |
seagreen static | |
seashell static | |
sienna static | |
silver static | |
skyblue static | |
slateblue static | |
slategray static | |
slategrey static | |
snow static | |
springgreen static | |
steelblue static | |
tan static | |
teal static | |
thistle static | |
tomato static | |
turquoise static | |
violet static | |
wheat static | |
white static | |
whitesmoke static | |
yellow static | |
yellowgreen static | |
Find and returns the static color matching a string. | |
Returns the names of static colors defined. |
Operations:
Set alpha color component, in the range 0-255. | |
Set red color component, in the range 0-255. | |
Set green color component, in the range 0-255. | |
Set blue color component, in the range 0-255. | |
Set color based on rgba color components in the range 0-255. | |
Converts the color to a given pixel format. | |
Converts a raw pixel in a given pixel format to a color. |
Detailed description:
!group=Display/Display 2D! !header=display.h!