AttrGetObjectRGBColor

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

AttrGetObjectRGBColor()  

SYNOPSIS

prsr_lib/attribut.c:111

int AttrGetObjectRGBColor(IPObjectStruct *PObj,
                          int *Red,
                          int *Green,
                          int *Blue)
 

DESCRIPTION

Routine to return the RGB color of an object.  

PARAMETERS:

PObj: Object to get its RGB color.

Red, Green, Blue: Component of color to initialize.  

FUNCTION RETURN VALUE

int: TRUE if PObj does have an RGB color attribute, FALSE otherwise.  

SEE ALSO

AttrSetObjectColor, AttrGetObjectColor, AttrSetObjectRGBColor, , AttrGetObjectWidth, AttrSetObjectWidth, AttrSetObjectRealAttrib, , AttrGetRGBColor,

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
SEE ALSO
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:34 GMT, July 20, 2024