enum | { wxC2S_NAME = 1 , wxC2S_CSS_SYNTAX = 2 , wxC2S_HTML_SYNTAX = 4 } |
Flags for wxColour -> wxString conversion (see wxColour::GetAsString). More... | |
const unsigned char | wxALPHA_TRANSPARENT = 0 |
Flags for wxColour -> wxString conversion (see wxColour::GetAsString). | |
const unsigned char | wxALPHA_OPAQUE = 0xff |
Flags for wxColour -> wxString conversion (see wxColour::GetAsString). | |
Predefined colors. | |
wxColour | wxNullColour |
Converts string to a wxColour best represented by the given string. | |
wxColour | wxTransparentColour |
Converts string to a wxColour best represented by the given string. | |
wxColour * | wxBLACK |
Converts string to a wxColour best represented by the given string. | |
wxColour * | wxBLUE |
Converts string to a wxColour best represented by the given string. | |
wxColour * | wxCYAN |
Converts string to a wxColour best represented by the given string. | |
wxColour * | wxGREEN |
Converts string to a wxColour best represented by the given string. | |
wxColour * | wxYELLOW |
Converts string to a wxColour best represented by the given string. | |
wxColour * | wxLIGHT_GREY |
Converts string to a wxColour best represented by the given string. | |
wxColour * | wxRED |
Converts string to a wxColour best represented by the given string. | |
wxColour * | wxWHITE |
Converts string to a wxColour best represented by the given string. | |
bool | wxFromString (const wxString &string, wxColour *colour) |
Converts string to a wxColour best represented by the given string. | |
wxString | wxToString (const wxColour &colour) |
Converts the given wxColour into a string. | |
Classes | |
class | wxColour |
A colour is an object representing a combination of Red, Green, and Blue (RGB) intensity values, and is used to determine drawing colours. More... | |
anonymous enum |
Flags for wxColour -> wxString conversion (see wxColour::GetAsString).
Enumerator | |
---|---|
wxC2S_NAME | |
wxC2S_CSS_SYNTAX | |
wxC2S_HTML_SYNTAX |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
const unsigned char wxALPHA_OPAQUE = 0xff |
Flags for wxColour -> wxString conversion (see wxColour::GetAsString).
const unsigned char wxALPHA_TRANSPARENT = 0 |
Flags for wxColour -> wxString conversion (see wxColour::GetAsString).
wxColour* wxBLACK |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour* wxBLUE |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour* wxCYAN |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour* wxGREEN |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour* wxLIGHT_GREY |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour wxNullColour |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour* wxRED |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour wxTransparentColour |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour* wxWHITE |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>
wxColour* wxYELLOW |
Converts string to a wxColour best represented by the given string.
Returns true on success.
Include file:
#include <wx/colour.h>