COPASI API
4.16.103
Main Page
Namespaces
Classes
Files
File List
File Members
copasi
layout
CLRGBAColor.h
Go to the documentation of this file.
1
// Copyright (C) 2010 - 2013 by Pedro Mendes, Virginia Tech Intellectual
2
// Properties, Inc., University of Heidelberg, and The University
3
// of Manchester.
4
// All rights reserved.
5
6
#ifndef CLRGBACOLOR_H__
7
#define CLRGBACOLOR_H__
8
9
struct
CLRGBAColor
10
{
11
// red
12
unsigned
char
mR
;
13
// green
14
unsigned
char
mG
;
15
// blue
16
unsigned
char
mB
;
17
// alpha
18
unsigned
char
mA
;
19
};
20
21
#endif
/* CLRGBACOLOR_H__ */
CLRGBAColor::mG
unsigned char mG
Definition:
CLRGBAColor.h:14
CLRGBAColor::mB
unsigned char mB
Definition:
CLRGBAColor.h:16
CLRGBAColor::mA
unsigned char mA
Definition:
CLRGBAColor.h:18
CLRGBAColor::mR
unsigned char mR
Definition:
CLRGBAColor.h:12
CLRGBAColor
Definition:
CLRGBAColor.h:9
Generated on Thu Jul 2 2015 14:50:17 for COPASI API by
1.8.6