GfxAttributes.GetColor (Boolean, Environment, Entity, Boolean) Method

Public Overridable Function GetColor( _ 
ByVal forceGray As Boolean, _ 
ByVal env As Environment, _ 
ByVal ent As Entity, _ 
Optional ByVal edge As Boolean = false _ 
) As Color
This language is not supported or no code example is available.
public virtual Color GetColor( 
bool forceGray
Environment env
Entity ent
bool edge = false 
)
This language is not supported or no code example is available.

Parameters

forceGray
bool

env
Environment

ent
Entity

edge
bool

Return Value

Color

.NET Framework

Supported in: 4.8

In this article

Definition