Logo FS-Skia-UI

Colors Module

Public contract module exposed by this FS.Skia.UI package.

Functions and values

Function or value Description

black

Full Usage: black

Returns: Color

Public contract function exposed by this FS.Skia.UI package.

Returns: Color

rgb red green blue

Full Usage: rgb red green blue

Parameters:
    red : byte
    green : byte
    blue : byte

Returns: Color

Public contract function exposed by this FS.Skia.UI package.

red : byte
green : byte
blue : byte
Returns: Color

rgba red green blue alpha

Full Usage: rgba red green blue alpha

Parameters:
    red : byte
    green : byte
    blue : byte
    alpha : byte

Returns: Color

Public contract function exposed by this FS.Skia.UI package.

red : byte
green : byte
blue : byte
alpha : byte
Returns: Color

transparent

Full Usage: transparent

Returns: Color

Public contract function exposed by this FS.Skia.UI package.

Returns: Color

white

Full Usage: white

Returns: Color

Public contract function exposed by this FS.Skia.UI package.

Returns: Color

Type something to start searching.