'Declaration Public Function New( _
ByVal colorThe Rgb48Color from which to create the new Gray16Color.As Rgb48Color _
)
public Gray16Color(
Rgb48Color color
)
public: Gray16Color(
Rgb48Color* color
)
public:
Gray16Color(
Rgb48Color^ color
)
Parameters
- color
- The Rgb48Color from which to create the new Gray16Color.