Synopsis

PDX_MSGT s046_ColorGetValues(long option, MDA_PTR step_db_ptr, double *red_val, double *green_val, double *blue_val, char **name)

Purpose

Given a Color Entity, Gets RGB values and its defined name

Input

option

Options (not used)

step_db_ptr

Step entity pointer

Output

red_val

Value of the Red Color

green_val

Value of the Green Color

blue_val

Value of the Blue Color

name

Defined color name

Return

      SGDX_NOERR
      SGDX_MALLOC_ERR
      Low Level error return
      .fi