Retro.VideoFilter – retro-gtk-1 Reference Manual
Packages
retro-gtk-1
Retro
VideoFilter
CRT
SHARP
SMOOTH
from_string
VideoFilter
Description:
[
CCode
( cprefix =
"RETRO_VIDEO_FILTER_"
, type_id =
"retro_video_filter_get_type ()"
) ]
public
enum
VideoFilter
Represents the filters that can be applied to the video output.
Namespace:
Retro
Package:
retro-gtk-1
Content:
Enum values:
CRT
-
a video filter mimicking CRT screens
SHARP
-
a sharp video filter showing every pixel
SMOOTH
-
a smooth but blurry video filer
Static methods:
public
static
VideoFilter
from_string
(
string
filter)
Gets a
VideoFilter
from it's name.