Packages
appstream
AppStream
ColorKind
PRIMARY
UNKNOWN
from_string
to_string
ColorKind
Description:
[
CCode
( cprefix =
"AS_COLOR_KIND_"
, type_id =
"as_color_kind_get_type ()"
) ]
public
enum
ColorKind
A branding color type.
Namespace:
AppStream
Package:
appstream
Content:
Enum values:
PRIMARY
-
Primary accent color
UNKNOWN
-
Color type invalid or not known
Static methods:
public
static
ColorKind
from_string
(
string
str)
Converts the text representation to an enumerated value.
Methods:
public
unowned
string
to_string
()
Converts the enumerated value to an text representation.