:: com :: sun :: star :: chart2 ::

unpublished struct LightSource
Usage Restrictions
not published

Elements' Summary
nDiffuseColor the light source's color  
aDirection the direction into which the light-source points  
bIsEnabled  
bSpecular When true, the specularity of material is taken into account when lighting an object.  
Elements' Details
nDiffuseColor
long nDiffuseColor;
Description
the light source's color
aDirection
::com::sun::star::drawing::Direction3D aDirection;
Description
the direction into which the light-source points
bIsEnabled
boolean bIsEnabled;
bSpecular
boolean bSpecular;
Description
When true, the specularity of material is taken into account when lighting an object.
Top of Page