v4color.h File Reference

LLColor4 class header file. More...

#include "llerror.h"
#include "llmath.h"
#include "llsd.h"

Include dependency graph for v4color.h:

Go to the source code of this file.

Classes

class  LLColor4

Functions

F32 distVec (const LLColor4 &a, const LLColor4 &b)
F32 distVec_squared (const LLColor4 &a, const LLColor4 &b)
LLColor3 vec4to3 (const LLColor4 &vec)
LLColor4 vec3to4 (const LLColor3 &vec)
LLColor4 lerp (const LLColor4 &a, const LLColor4 &b, F32 u)
LLColor4 operator+ (const LLColor4 &a, const LLColor4 &b)
LLColor4 operator- (const LLColor4 &a, const LLColor4 &b)
LLColor4 operator* (const LLColor4 &a, const LLColor4 &b)
LLColor4 operator* (const LLColor4 &a, F32 k)
LLColor4 operator* (F32 k, const LLColor4 &a)
LLColor4 operator% (F32 k, const LLColor4 &a)
LLColor4 operator% (const LLColor4 &a, F32 k)
bool operator== (const LLColor4 &a, const LLColor4 &b)
bool operator!= (const LLColor4 &a, const LLColor4 &b)
const LLColor4operator+= (LLColor4 &a, const LLColor4 &b)
const LLColor4operator-= (LLColor4 &a, const LLColor4 &b)
const LLColor4operator*= (LLColor4 &a, F32 k)
const LLColor4operator*= (LLColor4 &a, const LLColor4 &b)
const LLColor4operator%= (LLColor4 &a, F32 k)

Variables

static const U32 LENGTHOFCOLOR4 = 4
static const U32 MAX_LENGTH_OF_COLOR_NAME = 15


Detailed Description

LLColor4 class header file.

LicenseInfo
firstyear=2001&license=viewergpl

Copyright (c) 2001-2008, Linden Research, Inc.

Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlifegrid.net/programs/open_source/licensing/gplv2

There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlifegrid.net/programs/open_source/licensing/flossexception

By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.

ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$

Definition in file v4color.h.


Function Documentation

F32 distVec ( const LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 497 of file v4color.h.

References LLColor4::magVec().

Here is the call graph for this function:

F32 distVec_squared ( const LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 503 of file v4color.h.

References LLColor4::magVecSquared().

Here is the call graph for this function:

LLColor4 lerp ( const LLColor4 a,
const LLColor4 b,
F32  u 
) [inline]

Definition at line 509 of file v4color.h.

References LLColor4::LLColor4(), LLColor4::mV, VW, VX, VY, and VZ.

Here is the call graph for this function:

bool operator!= ( const LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 443 of file v4color.h.

References LLColor4::mV, VW, VX, VY, and VZ.

LLColor4 operator% ( const LLColor4 a,
F32  k 
) [inline]

Definition at line 425 of file v4color.h.

References LLColor4::LLColor4(), LLColor4::mV, VW, VX, VY, and VZ.

Here is the call graph for this function:

LLColor4 operator% ( F32  k,
const LLColor4 a 
) [inline]

Definition at line 415 of file v4color.h.

References LLColor4::LLColor4(), LLColor4::mV, VW, VX, VY, and VZ.

Here is the call graph for this function:

const LLColor4& operator%= ( LLColor4 a,
F32  k 
) [inline]

Definition at line 487 of file v4color.h.

References LLColor4::mV, and VW.

LLColor4 operator* ( F32  k,
const LLColor4 a 
) [inline]

Definition at line 405 of file v4color.h.

References LLColor4::LLColor4(), LLColor4::mV, VW, VX, VY, and VZ.

Here is the call graph for this function:

LLColor4 operator* ( const LLColor4 a,
F32  k 
) [inline]

Definition at line 395 of file v4color.h.

References LLColor4::LLColor4(), LLColor4::mV, VW, VX, VY, and VZ.

Here is the call graph for this function:

LLColor4 operator* ( const LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 386 of file v4color.h.

References LLColor4::LLColor4(), LLColor4::mV, VW, VX, VY, and VZ.

Here is the call graph for this function:

const LLColor4& operator*= ( LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 478 of file v4color.h.

References LLColor4::mV, VX, VY, and VZ.

const LLColor4& operator*= ( LLColor4 a,
F32  k 
) [inline]

Definition at line 469 of file v4color.h.

References LLColor4::mV, VX, VY, and VZ.

LLColor4 operator+ ( const LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 368 of file v4color.h.

References LLColor4::LLColor4(), LLColor4::mV, VW, VX, VY, and VZ.

Here is the call graph for this function:

const LLColor4& operator+= ( LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 451 of file v4color.h.

References LLColor4::mV, VW, VX, VY, and VZ.

LLColor4 operator- ( const LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 377 of file v4color.h.

References LLColor4::LLColor4(), LLColor4::mV, VW, VX, VY, and VZ.

Here is the call graph for this function:

const LLColor4& operator-= ( LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 460 of file v4color.h.

References LLColor4::mV, VW, VX, VY, and VZ.

bool operator== ( const LLColor4 a,
const LLColor4 b 
) [inline]

Definition at line 435 of file v4color.h.

References LLColor4::mV, VW, VX, VY, and VZ.

LLColor4 vec3to4 ( const LLColor3 vec  ) 

Definition at line 233 of file v4color.cpp.

References LLColor3::mV, VX, VY, and VZ.

LLColor3 vec4to3 ( const LLColor4 vec  ) 

Definition at line 227 of file v4color.cpp.

References LLColor4::mV, VX, VY, and VZ.

Referenced by LLKeyframeStandMotion::onUpdate().

Here is the caller graph for this function:


Variable Documentation

const U32 LENGTHOFCOLOR4 = 4 [static]

Definition at line 46 of file v4color.h.

const U32 MAX_LENGTH_OF_COLOR_NAME = 15 [static]

Definition at line 48 of file v4color.h.


Generated on Fri May 16 08:35:18 2008 for SecondLife by  doxygen 1.5.5