Table of Contents

Class ColorExtensions

Namespace
AstraEngine.Canvas2D
Assembly
AstraEngine.RaylibAdapter.dll

Extension methods for converting Colors to Raylib.Color

public static class ColorExtensions
Inheritance
ColorExtensions
Inherited Members

Methods

ToRayColor(Color)

Converts the specified Color to a Raylib.Color

public static Color ToRayColor(this Color c)

Parameters

c Color

Returns

Color