v4color.h File Reference

LLColor4 class header file. More...

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

Include dependency graph for v4color.h:

This graph shows which files directly or indirectly include this file:

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-2007, 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://secondlife.com/developers/opensource/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://secondlife.com/developers/opensource/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 494 of file v4color.h.

References a, b, and LLColor4::magVec().

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

Definition at line 500 of file v4color.h.

References a, b, and LLColor4::magVecSquared().

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

Definition at line 506 of file v4color.h.

References a, b, VW, VX, VY, and VZ.

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

Definition at line 402 of file v4color.h.

References a, VW, VX, VY, and VZ.

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

Definition at line 392 of file v4color.h.

References a, VW, VX, VY, and VZ.

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

Definition at line 383 of file v4color.h.

References a, b, VW, VX, VY, and VZ.

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

Definition at line 475 of file v4color.h.

References a, b, VX, VY, and VZ.

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

Definition at line 466 of file v4color.h.

References a, VX, VY, and VZ.

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

Definition at line 440 of file v4color.h.

References a, b, VW, VX, VY, and VZ.

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

Definition at line 422 of file v4color.h.

References a, VW, VX, VY, and VZ.

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

Definition at line 412 of file v4color.h.

References a, VW, VX, VY, and VZ.

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

Definition at line 484 of file v4color.h.

References a, and VW.

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

Definition at line 365 of file v4color.h.

References a, b, VW, VX, VY, and VZ.

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

Definition at line 448 of file v4color.h.

References a, b, VW, VX, VY, and VZ.

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

Definition at line 374 of file v4color.h.

References a, b, VW, VX, VY, and VZ.

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

Definition at line 457 of file v4color.h.

References a, b, VW, VX, VY, and VZ.

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

Definition at line 432 of file v4color.h.

References a, b, VW, VX, VY, and VZ.

LLColor4 vec3to4 ( const LLColor3 vec  ) 

Definition at line 225 of file v4color.cpp.

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

LLColor3 vec4to3 ( const LLColor4 vec  ) 

Definition at line 219 of file v4color.cpp.

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


Variable Documentation

const U32 LENGTHOFCOLOR4 = 4 [static]

Definition at line 45 of file v4color.h.

const U32 MAX_LENGTH_OF_COLOR_NAME = 15 [static]

Definition at line 47 of file v4color.h.


Generated on Thu Jul 1 06:11:02 2010 for Second Life Viewer by  doxygen 1.4.7