MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Functions
mdsColor.h File Reference

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
. More...

#include <MDSTk/Base/mdsTypes.h>
#include "mdsRGBA.h"
#include "mdsImageExport.h"

Classes

class  mds::img::CColor
 RGBA color definition. More...

Namespaces

namespace  mds
 

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::img

Functions

const CColor mds::img::C_BLACK (0x00, 0x00, 0x00, 0xFF)
 Several basic colors.
const CColor mds::img::C_BLUE (0x00, 0x00, 0xFF, 0xFF)
const CColor mds::img::C_CYAN (0x00, 0xFF, 0xFF, 0xFF)
const CColor mds::img::C_GRAY (0x80, 0x80, 0x80, 0xFF)
const CColor mds::img::C_GREEN (0x00, 0xFF, 0x00, 0xFF)
const CColor mds::img::C_MAGENTA (0xFF, 0x00, 0xFF, 0xFF)
const CColor mds::img::C_RED (0xFF, 0x00, 0x00, 0xFF)
const CColor mds::img::C_WHITE (0xFF, 0xFF, 0xFF, 0xFF)
const CColor mds::img::C_YELLOW (0xFF, 0xFF, 0x00, 0xFF)

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/04/25

Id:
mdsColor.h 1863 2010-08-31 20:40:15Z spanel

Description: