[Main page] [Overview]     /struct /colour

SYNOPSIS
struct Colour;

FILE
/kernel/types.c

DEFINITION
public struct Colour {
int red;
int green;
int blue;
int alpha;
int reflection;
};