Struct kansas::context::Context[][src]

pub struct Context { /* fields omitted */ }

Methods

impl Context
[src]

dimensions

set fill color

fill rectangle with preset fill color

fill rectangle using a fill function

set a pixel to a specific color

this is a low level texture operation and is not effected by preset colors or alpha blending

Auto Trait Implementations

impl !Send for Context

impl !Sync for Context