#include <DecoratorDefs.h>
Public Member Functions | |
SRGB (int _r, int _g, int _b) | |
SRGB (int _r, int _g, int _b) | |
Public Attributes | |
int | r |
int | g |
int | b |
Definition at line 228 of file Decorator Examples/PlainSample/DecoratorDefs.h.
DecoratorSDK::SRGB::SRGB | ( | int | _r, | |
int | _g, | |||
int | _b | |||
) | [inline] |
Definition at line 234 of file Decorator Examples/PlainSample/DecoratorDefs.h.
DecoratorSDK::SRGB::SRGB | ( | int | _r, | |
int | _g, | |||
int | _b | |||
) | [inline] |
Definition at line 237 of file DecoratorLib/DecoratorDefs.h.
Definition at line 232 of file Decorator Examples/PlainSample/DecoratorDefs.h.
Definition at line 231 of file Decorator Examples/PlainSample/DecoratorDefs.h.
Definition at line 230 of file Decorator Examples/PlainSample/DecoratorDefs.h.