LightingImageFilter

class LightingImageFilter

Methods

MakeDistantLitDiffuse

MakeDistantLitSpecular

MakePointLitDiffuse

MakePointLitSpecular

MakeSpotLitDiffuse

MakeSpotLitSpecular

__init__

Methods

static LightingImageFilter.MakeDistantLitDiffuse(direction: skia.Point3, lightColor: int, surfaceScale: float, kd: float, input: skia.ImageFilter = None, cropRect: skia.ImageFilter.CropRect = None) skia.ImageFilter
static LightingImageFilter.MakeDistantLitSpecular(direction: skia.Point3, lightColor: int, surfaceScale: float, ks: float, shininess: float, input: skia.ImageFilter = None, cropRect: skia.ImageFilter.CropRect = None) skia.ImageFilter
static LightingImageFilter.MakePointLitDiffuse(location: skia.Point3, lightColor: int, surfaceScale: float, kd: float, input: skia.ImageFilter = None, cropRect: skia.ImageFilter.CropRect = None) skia.ImageFilter
static LightingImageFilter.MakePointLitSpecular(location: skia.Point3, lightColor: int, surfaceScale: float, ks: float, shininess: float, input: skia.ImageFilter = None, cropRect: skia.ImageFilter.CropRect = None) skia.ImageFilter
static LightingImageFilter.MakeSpotLitDiffuse(location: skia.Point3, target: skia.Point3, falloffExponent: float, cutoffAngle: float, lightColor: int, surfaceScale: float, kd: float, input: skia.ImageFilter = None, cropRect: skia.ImageFilter.CropRect = None) skia.ImageFilter
static LightingImageFilter.MakeSpotLitSpecular(location: skia.Point3, target: skia.Point3, falloffExponent: float, cutoffAngle: float, lightColor: int, surfaceScale: float, ks: float, shininess: float, input: skia.ImageFilter = None, cropRect: skia.ImageFilter.CropRect = None) skia.ImageFilter
LightingImageFilter.__init__(*args, **kwargs)