GvColor Struct Reference

#include <gv_node.h>

Public Member Functions

 GvColor ()
 
void Set (Int32 r, Int32 g, Int32 b)
 
void Set (Vector p)
 
const VectorGet ()
 
void Set255 (Vector p)
 
const Vector Get255 ()
 

Public Attributes

Vector v
 

Detailed Description

Since
R20

Constructor & Destructor Documentation

◆ GvColor()

GvColor ( )

Member Function Documentation

◆ Set() [1/2]

void Set ( Int32  r,
Int32  g,
Int32  b 
)

◆ Set() [2/2]

void Set ( Vector  p)

◆ Get()

const Vector& Get ( )

◆ Set255()

void Set255 ( Vector  p)

◆ Get255()

const Vector Get255 ( )

Member Data Documentation

◆ v

Vector v