GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SDLmm::ColorRGB(3) FreeBSD Library Functions Manual SDLmm::ColorRGB(3)

SDLmm::ColorRGB - A small usefull class representing an RGB color.

#include <sdlmm_color.h>

Inherited by SDLmm::ColorRGBA.


ColorRGB ()
Default constructor which creates an empty ColorRGB (rgb variables set to zero). ColorRGB (const ColorRGB &color)
This is the copy constructor. Simply initializes the value of an ColorRGB to that of another ColorRGB. ColorRGB (Uint8 nr, Uint8 ng, Uint8 nb)
Constructor which initializes the class from integer values. ColorRGB& operator= (const ColorRGB &color)
Set the value of an ColorRGB to that of an existing ColorRGB. bool operator== (const ColorRGB &color) const
Compare two colors for equality.


Uint8 r
Uint8 g
Uint8 b

A small usefull class representing an RGB color.

Author:
Adam Gates

Default constructor which creates an empty ColorRGB (rgb variables set to zero).

This is the copy constructor. Simply initializes the value of an ColorRGB to that of another ColorRGB.

Parameters:

color
an existing ColorRGB object.

Constructor which initializes the class from integer values.

Parameters:

nr, red
component
ng, green
component
nb, blue
component

Set the value of an ColorRGB to that of an existing ColorRGB.

Compare two colors for equality.

Returns:
true if coordinates are identical in both colors.

Generated automatically by Doxygen for SDLmm from the source code.
16 Jul 2001 SDLmm

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.